Update CFLAGS

This commit is contained in:
Night Kaly 2024-11-05 00:21:03 +00:00
parent 4d1dac524e
commit 2d3a9c96ce
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

View file

@ -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"