We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0104a82 commit a1c62b2Copy full SHA for a1c62b2
1 file changed
makefile
@@ -3,7 +3,7 @@
3
4
SHELL := /bin/bash
5
TARGET := erodr
6
-C_FLAGS := -Werror -Wall -Wextra -Wno-unknown-pragmas -pedantic -Wno-unused-results --std=c17 -Iinclude -Isrc -O3 -ggdb3 #-fsanitize=address -fsanitize=undefined
+C_FLAGS := -Werror -Wall -Wextra -Wno-unknown-pragmas -pedantic -Wno-unused-result --std=c17 -Iinclude -Isrc -O3 -ggdb3 #-fsanitize=address -fsanitize=undefined
7
L_FLAGS_LINUX := -Llib/linux -lm -lpthread -lraylib -ldl
8
L_FLAGS_WINDOWS := -Llib/windows -lm -lpthread -lraylib -lwinmm -mwindows -static
9
0 commit comments