diff options
author | mutantturkey <crazycal00@gmail.com> | 2010-05-28 22:17:10 -0400 |
---|---|---|
committer | mutantturkey <crazycal00@gmail.com> | 2010-05-28 22:17:10 -0400 |
commit | c06e0968515a4ce5636d038ef7bf28370ff1bcb9 (patch) | |
tree | b5f26737ca731a4d055fbb0a78ed02a8e42c269f /config.mk | |
parent | d33f538809587bef8337188bcc857ccb287a3374 (diff) |
fixed the newtab bux
Signed-off-by: mutantturkey <crazycal00@gmail.com>
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ INCS = -I. -I/usr/include ${GTKINC} LIBS = -L/usr/lib -lc ${GTKLIB} # flags CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -CFLAGS = -std=c99 -O2 ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -O3 -Wall ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} # Solaris @@ -25,4 +25,4 @@ LDFLAGS = -s ${LIBS} #LDFLAGS = ${LIBS} # compiler and linker -CC = cc +CC = gcc |