Reverted changes to Makefile to compile debug by default

This commit is contained in:
Rob McMullen 2017-12-18 22:24:35 -08:00
parent 7dfd24a3f3
commit 53ca2a61d5
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
CFLAGS = -Wall -Wpedantic -std=gnu99 -g
#LDFLAGS = -Ofast
CFLAGS = -Wall -Wpedantic -Ofast -std=gnu99
LDFLAGS = -Ofast
OBJ := 6502-emu.o 6502.o 6850.o