remove debug info
Stefan Schuermans

Stefan Schuermans commited on 2011-12-14 22:18:25
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -24,7 +24,7 @@ VERSION   := $(VER_MAJ).$(VER_MIN).$(VER_REV)
24 24
 SRCS    := $(wildcard src/*.c)
25 25
 EX_SRCS := $(wildcard examples/src/*.c)
26 26
 
27
-CFLAGS     := -W -Wall -O3 -g2
27
+CFLAGS     := -W -Wall -O3
28 28
 DEFINES    := -DFLP_VER_MAJ=$(VER_MAJ) -DFLP_VER_MIN=$(VER_MIN) \
29 29
               -DFLP_VER_REV=$(VER_REV)
30 30
 INCLUDES   := -Iinclude
31 31