diff options
author | Oskar <[email protected]> | 2024-04-12 19:18:52 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-04-12 19:18:52 +0200 |
commit | 8454a5c30c8f5f17abd377965b61dc0786a08800 (patch) | |
tree | 2a491f7a364c3de23135dd1322a5dae4ef69e993 /Makefile | |
parent | d6ea48c5be4ec380d2ae18af19ce6107926f58ac (diff) |
Changed types in various functions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CC=gcc -CFLAGS_TESTBIN=-O3 -Wfatal-errors -Wall -Werror -Wextra -g -fsanitize=address +CFLAGS_TESTBIN=-O2 -Wfatal-errors -Wall -Werror -Wextra -g -fsanitize=address CFLAGS=-O2 -flto -march=native -DNDEBUG -fomit-frame-pointer -s -static TARGET=7ed TESTTARGET=7ed-TESTING |