annotate config/mt-ospace @ 155:da32f4b04d38

fix __code name conflict
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 17:51:46 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 # Build libraries optimizing for space, not speed.
111
kono
parents: 0
diff changeset
2 CFLAGS_FOR_TARGET += -g -Os
kono
parents: 0
diff changeset
3 CXXFLAGS_FOR_TARGET += -g -Os