summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-03 22:09:45 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-03 22:38:16 +0300
commit32d9dd3008867199f56ab1dbb192aa3f49a2779b (patch)
treea1605762b439c16937a9e2c951ae0208120193fa /solenv
parente87d0ae6359b63c2bb37e00944355ddd8d591496 (diff)
Just use simple -O2
Change-Id: Ibaa3f11651d15e9848ab25192bbd6718259cd162
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/com_MSC_defs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index 2cca88697b07..aaf1a554f9d8 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -253,7 +253,7 @@ gb_CFLAGS+=$(gb_DEBUG_CFLAGS)
gb_CXXFLAGS+=$(gb_DEBUG_CFLAGS)
endif
-gb_COMPILEROPTFLAGS := -Ob1 -Oxs -Oy-
+gb_COMPILEROPTFLAGS := -O2
gb_COMPILERNOOPTFLAGS := -Od
ifeq ($(gb_FULLDEPS),$(true))