From 53ca2a61d5b5a50c770b91c5904836674ff68eab Mon Sep 17 00:00:00 2001 From: Rob McMullen Date: Mon, 18 Dec 2017 22:24:35 -0800 Subject: [PATCH] Reverted changes to Makefile to compile debug by default --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4eb80cd..29ff36d 100644 --- a/Makefile +++ b/Makefile @@ -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