From a41aa781303b1ffb4923c3728f5b0dc7e022add4 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 21 Jun 2018 20:13:04 -0400 Subject: add auto-pc handling, implement pc for ops --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 79cc3c5..fd3dfe9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ OBJS=gb.o test.o lodepng.o -CFLAGS=-W -Wall -pedantic -Werror -Wextra -std=c11 -O3 +CFLAGS=-W -Wall -pedantic -Werror -Wextra -std=c11 -g APP=./test .PHONY=all clean test -- cgit v1.2.3