OSDN Git Service

Change default compile option to -g -O2.
authorNARUSE Yui <naruse@users.sourceforge.jp>
Fri, 29 May 2009 16:36:40 +0000 (01:36 +0900)
committerNARUSE Yui <naruse@users.sourceforge.jp>
Fri, 29 May 2009 16:36:40 +0000 (01:36 +0900)
Makefile

index 1350832..862d805 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CC = cc
-CFLAGS = -O -Wall -pedantic
+CFLAGS = -g -O2 -Wall -pedantic
 # CFLAGS = -O3
 SHAR = shar 
 # SHAR = shar -T