diff options
author | Thomas Menari <spaceinvader@chaotika.org> | 2009-06-08 10:47:56 +0100 |
---|---|---|
committer | Thomas Menari <spaceinvader@chaotika.org> | 2009-06-08 10:47:56 +0100 |
commit | b6e181e82acc2f20085410f720b8ceeed8a8cbe3 (patch) | |
tree | 2d82e232f9da9f2049b5945b8fe986913ab2e73c /config.mk | |
parent | 92e8fd101c7b74cd9139bcdd061ab4a58f19a193 (diff) | |
download | surf-b6e181e82acc2f20085410f720b8ceeed8a8cbe3.tar.gz surf-b6e181e82acc2f20085410f720b8ceeed8a8cbe3.tar.bz2 surf-b6e181e82acc2f20085410f720b8ceeed8a8cbe3.zip |
merged, now has download bar, other misc fixes
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -16,11 +16,11 @@ INCS = -I. -I/usr/include ${GTKINC} LIBS = -L/usr/lib -lc ${GTKLIB} # flags -CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} -#LDFLAGS = -s ${LIBS} -LDFLAGS = ${LIBS} +CPPFLAGS = -DVERSION=\"${VERSION}\" +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +#CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} +LDFLAGS = -s ${LIBS} +#LDFLAGS = ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" |