From 4f09a7b0931afbc9a304e371aab3b7c93071027f Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Fri, 11 Dec 2020 19:52:31 -0500 Subject: random setups --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fa629e2..1f6b4f2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ WARNINGS=-Wall -Wextra -Wshadow -Wconversion -Wpedantic -pedantic -std=gnu++11 -Wno-unused-function -Wimplicit-fallthrough LIBS=-ldl `pkg-config --libs --cflags sdl2 gl` -l:libbox2d.a -DEBUG_CFLAGS=$(CFLAGS) $(WARNINGS) $(LIBS) -DDEBUG -O0 -g +DEBUG_CFLAGS=$(CFLAGS) $(WARNINGS) $(LIBS) -DDEBUG -O0 -g3 obj/debug: physics obj/sim.so obj touch obj/debug physics: *.[ch]* -- cgit v1.2.3