make gcc more pedantic

This commit is contained in:
neingeist 2013-12-08 22:13:25 +01:00
parent 532b00e188
commit 1b2935353e

View file

@ -1,4 +1,4 @@
CFLAGS=-std=c99 -Wall -g -O2
CFLAGS=-std=c99 -Wextra -pedantic -g -O2
TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs ncurses-pong bit-fuckery bit-fuckery2 checkcheck multibrot bloom wo-lernen lua-foo binsearch test-inline-assembly uiowa-threads-example
EXTRAS=mandelbrot.bmp multibrot.png test-inline-assembly.s