summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-04-12 19:18:52 +0200
committerOskar <[email protected]>2024-04-12 19:18:52 +0200
commit8454a5c30c8f5f17abd377965b61dc0786a08800 (patch)
tree2a491f7a364c3de23135dd1322a5dae4ef69e993 /Makefile
parentd6ea48c5be4ec380d2ae18af19ce6107926f58ac (diff)
Changed types in various functions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1be84f3..e4ac720 100644
--- a/Makefile
+++ b/Makefile
@@ -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