diff options
author | pommicket <pommicket@gmail.com> | 2022-12-09 20:50:41 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-09 20:50:41 -0500 |
commit | 81be6e2805a82a6f9fbe3c867144efdf58a1667b (patch) | |
tree | 8d3d055e8ae2d1a0eab0067dabea6b09ab7d2f4e /Makefile | |
parent | 2dce45002b9d4d93cc2db15b1697d13c1709fb92 (diff) |
getting some completions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ ALL_CFLAGS=$(CFLAGS) -Wall -Wextra -Wshadow -Wconversion -Wpedantic -pedantic -s -Wno-unused-function -Wno-fixed-enum-extension -Wimplicit-fallthrough -Wno-format-truncation -Wno-unknown-warning-option \ -Ipcre2 LIBS=-lSDL2 -lGL -lm libpcre2-32.a -DEBUG_CFLAGS=$(ALL_CFLAGS) -DDEBUG -O0 -g +DEBUG_CFLAGS=$(ALL_CFLAGS) -Wno-unused-parameter -DDEBUG -O0 -g RELEASE_CFLAGS=$(ALL_CFLAGS) -O3 PROFILE_CFLAGS=$(ALL_CFLAGS) -O3 -g -DPROFILE=1 # if you change the directories below, ted won't work. |