conf.mk

changeset 32
8a0b85303ee8
parent 26
e0a76ee1bb2b
child 33
866025982aa9
     1.1 --- a/conf.mk	Tue Apr 08 21:13:28 2014 +0200
     1.2 +++ b/conf.mk	Wed Apr 09 09:34:07 2014 +0200
     1.3 @@ -32,7 +32,8 @@
     1.4  
     1.5  BIN        = terminal-chess
     1.6  CC         = gcc
     1.7 -CFLAGS     = -g -O2 -std=gnu99 -Wall -pedantic
     1.8 +CFLAGS     = -O2 -std=gnu99
     1.9 +CFLAGS_D   = -g -std=gnu99 -Wall -pedantic
    1.10  LD         = gcc
    1.11  LDFLAGS    = -lncurses
    1.12  ARFLAGS    = -r

mercurial