Browse Source

no need for -g anymore, regexp matching works now

master
arg@10ksloc.org 18 years ago
parent
commit
12b1d439e4
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      config.mk

+ 4
- 4
config.mk View File

@ -15,10 +15,10 @@ INCS = -I/usr/lib -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# flags
#CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = ${LIBS}
CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
LDFLAGS = -g ${LIBS}
CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\"
LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
# compiler
CC = cc

Loading…
Cancel
Save