From 2d3a9c96ce6976ff3fd8f0c421036b7aa655fb37 Mon Sep 17 00:00:00 2001 From: night0721 Date: Tue, 5 Nov 2024 00:21:03 +0000 Subject: [PATCH] Update CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 06fd187..dfc53e9 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ MANDIR = $(PREFIX)/share/man/man1 LDFLAGS != pkg-config --libs libsodium libnotify ncurses sqlite3 INCFLAGS != pkg-config --cflags libsodium libnotify ncurses sqlite3 -CFLAGS = -Os -mtune=native -march=native -pipe -g -std=c99 -Wno-pointer-sign -pedantic -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 $(INCFLAGS) -lpthread -lluft -L. +CFLAGS = -Os -mtune=native -march=native -pipe -s -std=c99 -Wno-pointer-sign -pedantic -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 $(INCFLAGS) -lpthread -lluft -L. SERVERSRC != find src/zmr -name "*.c" CLIENTSRC != find src/zen -name "*.c"