- BeOS)
- THE_OS="BeOS"
- THE_COMP="the GNU C++"
- OPTIMIZATIONS="-fdefault-inline -fdefer-pop -fforce-mem -fforce-addr \
- -finline -finline-functions \
- -fkeep-inline-functions -fkeep-static-consts -fbranch-count-reg \
- -ffunction-cse -fstrength-reduce -fthread-jumps -fcse-follow-jumps \
- -fcse-skip-blocks -frerun-cse-after-loop -frerun-loop-opt \
- -fexpensive-optimizations -foptimize-register-move -fregmove \
- -fschedule-insns -fschedule-insns2 -ffloat-store -funroll-loops \
- -fmove-all-movables -freduce-all-givs -fpeephole \
- -funroll-all-loops -ffunction-sections -fdata-sections"
- RELEASE_CFLAGS="$OPTIMIZATIONS"
- RELEASE_CXXFLAGS="$OPTIMIZATIONS"
- ;;