mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 17:29:02 -04:00
Binutils has a "contrib" subdirectory - thus flattening cannot happen without renaming the upper level contrib directory in a first pass. Also, don't record this move and remove any keyword expansion.
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
|