summaryrefslogtreecommitdiff
blob: a3d2337c1eb0ef882c5dc796b2dc0ad6f11059a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- Makefile.orig	2009-12-17 13:49:58.000000000 +0100
+++ Makefile	2009-12-17 13:50:25.000000000 +0100
@@ -77,7 +77,6 @@
 MATCH=false
 ifeq ($(MODE), release)
   outdir = bin/release/
-  cflags += -O2
   MATCH=true
 endif
 ifeq ($(MODE), debug)
@@ -190,9 +189,6 @@
       mv -f $@.exe $@; \
 	fi
 endif
-ifeq ($(MODE), release)
-	strip $@
-endif
 
 # Link object files into library
 library: bin/$(library)