mirror of
https://github.com/bitwiseworks/gcc-os2.git
synced 2026-07-09 02:06:52 +00:00
Source URL: git://gcc.gnu.org/git/gcc.git Source Commit: 3e7b85061947bdc7c7465743ba90734566860821
4 lines
111 B
Plaintext
4 lines
111 B
Plaintext
# Build libraries optimizing for space, not speed.
|
|
CFLAGS_FOR_TARGET += -g -Os
|
|
CXXFLAGS_FOR_TARGET += -g -Os
|