diff options
author | David Härdeman <david@hardeman.nu> | 2007-05-21 15:11:13 +0200 |
---|---|---|
committer | David Härdeman <david@hardeman.nu> | 2007-05-21 15:11:13 +0200 |
commit | 1c32a11b0987898a9ea52d4b0d7b44056c9b4c9b (patch) | |
tree | 711ed4ce8704c9a550a740c9db45d2213092b044 /Makefile | |
parent | a25f9e5cc713b885b51c941781f393905c66d1db (diff) |
Add optimization flags to gcc
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |