add test/factory_upgrade.py

This commit is contained in:
NIIBE Yutaka
2012-12-19 15:53:07 +09:00
parent 22d0cb689a
commit 4bfe087583
4 changed files with 127 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ BOARD_DIR=@BOARD_DIR@
# Compiler options here.
ifeq ($(USE_OPT),)
USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
USE_OPT = -O3 -Os -ggdb -fomit-frame-pointer -falign-functions=16
endif
# C++ specific options here (added to USE_OPT).