summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0689789..bf013d0 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ clean:
 	rm -fv ${EXE} ${SPIRV}
 
 ${EXE}: *.c
-	${CC} -Os -Wall -std=c23 $< -o $@ -lSDL3 -lm -fsanitize=undefined
+	${CC} -Os -Wall -std=c23 $< -o $@ -lSDL3 -lm
 
 %.spv: %
 	glslc -O -c "$<" -o "$@"