diff options
author | oskar <[email protected]> | 2024-05-30 16:20:36 +0200 |
---|---|---|
committer | oskar <[email protected]> | 2024-05-30 16:20:36 +0200 |
commit | 26daaa717074f6c383e05efc070e63f24609fb5b (patch) | |
tree | 5726497f92031655d330325022776f3c46f16fd6 /Makefile | |
parent | 9e4384374d3c8574cfc9d1e6586386b981dcbb64 (diff) |
small change
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |