Kaydet (Commit) 984047f7 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Let's try using -Oz

Change-Id: Ib56b50b9ce2252e6eba488e88dd45a5ebd062b6b
üst 2be4ee66
...@@ -26,7 +26,7 @@ ifeq ($(CXX),) ...@@ -26,7 +26,7 @@ ifeq ($(CXX),)
$(error You must set CXX in the environment. See README.cross for example.) $(error You must set CXX in the environment. See README.cross for example.)
endif endif
gb_COMPILERDEFAULTOPTFLAGS := -Os gb_COMPILERDEFAULTOPTFLAGS := -Oz
include $(GBUILDDIR)/platform/com_GCC_defs.mk include $(GBUILDDIR)/platform/com_GCC_defs.mk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment