Added -Wpedantic

This commit is contained in:
DavidBuchanan314 2017-01-03 22:02:00 +00:00
parent 04e228bfef
commit eb70f8a7c7
1 changed files with 1 additions and 1 deletions

View File

@ -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