gcc-debug.mk

changeset 83
3b552d7a9610
parent 69
fb59270b1de3
child 84
7465c18765dc
     1.1 --- a/gcc-debug.mk	Fri Feb 08 11:25:04 2013 +0100
     1.2 +++ b/gcc-debug.mk	Fri Feb 08 17:09:12 2013 +0100
     1.3 @@ -31,7 +31,7 @@
     1.4  AR = ar
     1.5  RM = rm
     1.6  
     1.7 -CFLAGS  = -std=gnu99 -g -fstrict-aliasing -Wstrict-aliasing -c
     1.8 +CFLAGS  = -std=gnu99 -g -fstrict-aliasing -Werror -Wall -pedantic -c
     1.9  COFLAGS = -o
    1.10  LDFLAGS = 
    1.11  LOFLAGS = -o

mercurial