From f2403df8184b4fc49b02e5ab4c9e34b02545f876 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 13 May 2017 17:20:58 -0400 Subject: cleanups, more tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4294934..cc3adc0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-std=c11 -fopenmp -W -Wall -pedantic -O2 +CFLAGS=-std=c11 -fopenmp -W -Wall -pedantic -g APP=compute-test LIBS=-fopenmp -lSDL2 -lGLEW -lGL -lcrypto OBJS=main.o -- cgit v1.2.3