Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/config/mt-ospace

4 lines
111 B
Text
Raw Normal View History

2023-03-06 14:48:14 +01:00
# Build libraries optimizing for space, not speed.
CFLAGS_FOR_TARGET += -g -Os
CXXFLAGS_FOR_TARGET += -g -Os