diff options
author | Oskar <[email protected]> | 2024-06-02 16:09:00 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-06-02 16:09:00 +0200 |
commit | cc2deeaefb53f5a40122f6cda31168021abcd139 (patch) | |
tree | 774b9b886c97692ec93cda000aa36f46bd346d14 /Makefile | |
parent | 8b80185d9db97a5e8e93f763a4c190183317f44f (diff) |
client
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ 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 +CFLAGS=-O3 -flto -march=native -DNDEBUG -fomit-frame-pointer -std=gnu99 MAKEFLAGS += -j$(nproc) TARGETS=helloworld TARGETS2=binding |