From cc2deeaefb53f5a40122f6cda31168021abcd139 Mon Sep 17 00:00:00 2001 From: Oskar Date: Sun, 2 Jun 2024 16:09:00 +0200 Subject: client --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ca64efa..8615444 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3