summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-04-13 18:40:47 +0200
committerOskar <[email protected]>2024-04-13 18:40:47 +0200
commitcfe7a2d4b3dd25ce9577417416e6313572e9e2ea (patch)
tree0b9bec226103ef43fde6899a324d358249952895 /Makefile
parent8454a5c30c8f5f17abd377965b61dc0786a08800 (diff)
x implemented and d partially implemented
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4ac720..1be84f3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC=gcc
-CFLAGS_TESTBIN=-O2 -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