diff options
| author | Enno Boland (tox) <tox@s01.de> | 2009-09-23 09:53:30 +0200 |
|---|---|---|
| committer | Enno Boland (tox) <tox@s01.de> | 2009-09-23 09:53:30 +0200 |
| commit | ea0e34aa068303113c9e4cd84b386aa3f06c2b95 (patch) | |
| tree | 4d8879fa96cec3bd398044ddd952abc5956b97d7 /config.mk | |
| parent | d136cb337f970cfe3b47134fec4e7578613cc56b (diff) | |
| download | tabbed-ea0e34aa068303113c9e4cd84b386aa3f06c2b95.tar.gz tabbed-ea0e34aa068303113c9e4cd84b386aa3f06c2b95.zip | |
embedding works nice now.
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ 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} CFLAGS = -g -std=c99 -pedantic -Wall -Werror -O0 ${INCS} ${CPPFLAGS} #LDFLAGS = -s ${LIBS} LDFLAGS = ${LIBS} |
