diff options
Diffstat (limited to 'config/mt-ospace')
-rw-r--r-- | config/mt-ospace | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/mt-ospace b/config/mt-ospace index 7f09104..ce29ff4 100644 --- a/config/mt-ospace +++ b/config/mt-ospace @@ -1,3 +1,3 @@ # Build libraries optimizing for space, not speed. - CFLAGS_FOR_TARGET = -g -Os - CXXFLAGS_FOR_TARGET = -g -Os + CFLAGS_FOR_TARGET += -g -Os + CXXFLAGS_FOR_TARGET += -g -Os |