diff options
| author | Enno Boland (tox) <tox@s01.de> | 2009-10-28 20:11:51 +0100 |
|---|---|---|
| committer | Enno Boland (tox) <tox@s01.de> | 2009-10-28 20:11:51 +0100 |
| commit | 0b8e27a808c9e4a1cd65755ec6addf5d28614ef1 (patch) | |
| tree | 05e1c27c3171b06379438b0d0babb06f122be967 /config.mk | |
| parent | 907f12fa418854d4dca9ce622dd087da65f05254 (diff) | |
| download | tabbed-0b8e27a808c9e4a1cd65755ec6addf5d28614ef1.tar.gz | |
reverting config.mk as it contains debug flags.
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -13,9 +13,8 @@ LIBS = -L/usr/lib -lc -lX11 # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -CFLAGS = -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -#LDFLAGS = -s ${LIBS} -LDFLAGS = ${LIBS} +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +LDFLAGS = -s ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" |