From eb70f8a7c70d52cda24819545e55b3583d90ad11 Mon Sep 17 00:00:00 2001 From: DavidBuchanan314 Date: Tue, 3 Jan 2017 22:02:00 +0000 Subject: [PATCH] Added -Wpedantic --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1b5061..29ff36d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -Wall -Ofast -std=gnu99 +CFLAGS = -Wall -Wpedantic -Ofast -std=gnu99 LDFLAGS = -Ofast OBJ := 6502-emu.o 6502.o 6850.o