mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-24 22:32:58 +03:00
makefiles: -Os
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
CC ?= gcc
|
||||
CFLAGS += -std=gnu99 -O3
|
||||
CFLAGS += -std=gnu99 -Os
|
||||
CFLAGS_BSD = -Wno-address-of-packed-member
|
||||
CFLAGS_WIN = -static
|
||||
LIBS =
|
||||
|
Reference in New Issue
Block a user