diff options
author | Oskar <[email protected]> | 2024-04-05 13:48:29 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-04-05 13:48:29 +0200 |
commit | 918acf5dc55fa27f2ba4121b8dd07fd5cde036bd (patch) | |
tree | 23447c51fc613bfced52e48bcab00d9251142c40 /Makefile | |
parent | 06936a1b2c59ccc6b13e32e52dea60c5cabb547d (diff) |
Working on 'N' now. Works pretty well. But it's not finished so i cant
say how well it will go when i do N plus continue or N immediate.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CC=gcc -CFLAGS_TESTBIN=-Wfatal-errors -Wall -Werror -Wextra -g -fsanitize=address +CFLAGS_TESTBIN=-O3 -Wfatal-errors -Wall -Werror -Wextra -g -fsanitize=address CFLAGS=-O2 -flto -march=native -DNDEBUG -fomit-frame-pointer -s -static TARGET=7ed TESTTARGET=7ed-TESTING |