summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2007-05-21 15:11:13 +0200
committerDavid Härdeman <david@hardeman.nu>2007-05-21 15:11:13 +0200
commit1c32a11b0987898a9ea52d4b0d7b44056c9b4c9b (patch)
tree711ed4ce8704c9a550a740c9db45d2213092b044 /Makefile
parenta25f9e5cc713b885b51c941781f393905c66d1db (diff)
Add optimization flags to gcc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e7d9ba..f5b0a37 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
# Generic settings
#
CC = gcc
-CFLAGS = -g -Wall -D_FILE_OFFSET_BITS=64
+CFLAGS = -g -Wall -D_FILE_OFFSET_BITS=64 -O2
LDFLAGS =
INCLUDES =
INSTALL = install -c