aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-06-26 02:51:55 +0200
committerMattias Andrée <maandree@operamail.com>2013-06-26 02:51:55 +0200
commit6add64e2dc8e5e1a7ce744ac22e66371d2c8463e (patch)
treee49c8dedc6b62d7018d75ac29698868ae008c1c7 /Makefile
parentadd makefile, why cannot c version be optimised?? (diff)
downloadargparser-6add64e2dc8e5e1a7ce744ac22e66371d2c8463e.tar.gz
argparser-6add64e2dc8e5e1a7ce744ac22e66371d2c8463e.tar.bz2
argparser-6add64e2dc8e5e1a7ce744ac22e66371d2c8463e.tar.xz
missed to initialise variable
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5be5d95..9b59706 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-C_OPTIMISE = -O0
+C_OPTIMISE = -O6
JAVA_OPTIMISE = -O
all: