summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoroskar <[email protected]>2024-05-30 16:20:36 +0200
committeroskar <[email protected]>2024-05-30 16:20:36 +0200
commit26daaa717074f6c383e05efc070e63f24609fb5b (patch)
tree5726497f92031655d330325022776f3c46f16fd6 /Makefile
parent9e4384374d3c8574cfc9d1e6586386b981dcbb64 (diff)
small change
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index af9fd70..23f7569 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-CC=egcc
-CFLAGS_TESTBIN=-O3 -Wfatal-errors -Wall -Werror -Wextra -g -Wpedantic -std=gnu99
+CC=gcc
+CFLAGS_TESTBIN=-Og -fsanitize=address -Wfatal-errors -Wall -Werror -Werror=return-type -Wextra -g -Wpedantic -std=gnu99
CFLAGS=-O3 -flto -march=native -DNDEBUG -fomit-frame-pointer -s -std=gnu99
MAKEFLAGS += -j$(nproc)
TARGETS=helloworld