summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-12-11 19:52:31 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-12-11 19:52:31 -0500
commit4f09a7b0931afbc9a304e371aab3b7c93071027f (patch)
treedfde0156e696e7ab9a1cdfb928d163517850a0c1 /Makefile
parent9a1c65dd2328d3da94cdaac6b1f170481222fabe (diff)
random setups
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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]*