Update CFLAGS
This commit is contained in:
parent
4d1dac524e
commit
2d3a9c96ce
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ MANDIR = $(PREFIX)/share/man/man1
|
||||||
|
|
||||||
LDFLAGS != pkg-config --libs libsodium libnotify ncurses sqlite3
|
LDFLAGS != pkg-config --libs libsodium libnotify ncurses sqlite3
|
||||||
INCFLAGS != pkg-config --cflags 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"
|
SERVERSRC != find src/zmr -name "*.c"
|
||||||
CLIENTSRC != find src/zen -name "*.c"
|
CLIENTSRC != find src/zen -name "*.c"
|
||||||
|
|
Loading…
Reference in a new issue