Browse Source

New config file to support compiling libraries with -Os.

gdb-4_18-branch
Michael Meissner 29 years ago
parent
commit
b9bd8aa879
  1. 3
      config/mt-ospace

3
config/mt-ospace

@ -0,0 +1,3 @@
# Build libraries optimizing for space, not speed.
CFLAGS_FOR_TARGET = -g -Os
CXXFLAGS_FOR_TARGET = -g -Os
Loading…
Cancel
Save