From 1b2935353ef70cfb1584cf5dd136f83fc9f6f52d Mon Sep 17 00:00:00 2001 From: neingeist Date: Sun, 8 Dec 2013 22:13:25 +0100 Subject: [PATCH] make gcc more pedantic --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01be146..a018bd4 100644 --- a/Makefile +++ b/Makefile @@ -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