mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
3 lines
109 B
Text
3 lines
109 B
Text
# Build libraries optimizing for space, not speed.
|
|
CFLAGS_FOR_TARGET = -g -Os
|
|
CXXFLAGS_FOR_TARGET = -g -Os
|