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"