Skip to content

Commit

Permalink
switching to release flags
Browse files Browse the repository at this point in the history
  • Loading branch information
garbeam committed Sep 22, 2009
1 parent ff44266 commit b48d83c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS}

# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -g ${LIBS}
#LDFLAGS = -s ${LIBS}
#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
#LDFLAGS = -g ${LIBS}
LDFLAGS = -s ${LIBS}

# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
Expand Down

0 comments on commit b48d83c

Please sign in to comment.