pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05fbb4a
)
cleaning up config.mk
author
Enno Boland (tox)
<tox@s01.de>
Mon, 26 Oct 2009 15:54:33 +0000
(16:54 +0100)
committer
Enno Boland (tox)
<tox@s01.de>
Mon, 26 Oct 2009 15:54:33 +0000
(16:54 +0100)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
b4a05be
..
467efce
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-17,10
+17,8
@@
LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
-#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-CFLAGS = -std=c99 -pedantic -Wall -Werror -O0 ${INCS} ${CPPFLAGS}
-#LDFLAGS = -s ${LIBS}
-LDFLAGS = ${LIBS}
+CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+LDFLAGS = -s ${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"