mirror of
https://github.com/bol-van/zapret.git
synced 2025-08-10 01:02:03 +03:00
OPTIMIZE in makefiles
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
CC ?= gcc
|
||||
CFLAGS += -std=gnu99 -Os
|
||||
OPTIMIZE ?= -Os
|
||||
CFLAGS += -std=gnu99 $(OPTIMIZE)
|
||||
CFLAGS_BSD = -Wno-address-of-packed-member
|
||||
CFLAGS_WIN = -static
|
||||
LIBS = -lpthread
|
||||
|
Reference in New Issue
Block a user