summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkitty piapiac <kcp@bsd.computer>2023-04-18 01:59:53 -0700
committerkitty piapiac <kcp@bsd.computer>2023-04-18 01:59:53 -0700
commit84bcb0274fc80d360ff0fbe5ede89643169f6165 (patch)
treea600a6a2211e8520f5275ea1704439a245cf28ce /Makefile
parent5393ce93d05f9979b7882c686b241f6738011c64 (diff)
window projection
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 358b282..e8dfb62 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.POSIX:
CC := clang
-CFLAGS := -std=c11 -Wall -Wextra -Wshadow -Iinclude $(shell sdl2-config --cflags) $(shell pkg-config --cflags cglm)
+CFLAGS := -std=c11 -g -O0 -Wall -Wextra -Wshadow -Iinclude $(shell sdl2-config --cflags) $(shell pkg-config --cflags cglm)
LDFLAGS :=
LDLIBS := -ldl -lm $(shell sdl2-config --libs) $(shell pkg-config --libs cglm)
all: mino