summaryrefslogtreecommitdiffstats
path: root/stoc/Library_bootstrap.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-05-30 13:31:18 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-05-31 00:03:04 +0300
commit8016dced31517e1695af932efedcf9f83a28d741 (patch)
tree88b36d8f19be0b0bb2feb199254f49e41be52aa3 /stoc/Library_bootstrap.mk
parentProgress finally (diff)
downloadcore-8016dced31517e1695af932efedcf9f83a28d741.tar.gz
core-8016dced31517e1695af932efedcf9f83a28d741.zip
Bin MSVC unknown option '-0b0'
It was a typo, supposed to be -Ob0, but as stoc built fine anyway without that, presumably not needed. Change-Id: I866bd47c3d53bdf48581a3632d56fb3ac8b2ed5f
Diffstat (limited to 'stoc/Library_bootstrap.mk')
-rw-r--r--stoc/Library_bootstrap.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/stoc/Library_bootstrap.mk b/stoc/Library_bootstrap.mk
index efdaf4e26177..2676d47ae8e4 100644
--- a/stoc/Library_bootstrap.mk
+++ b/stoc/Library_bootstrap.mk
@@ -35,12 +35,6 @@ $(eval $(call gb_Library_add_defs,bootstrap,\
$(if $(filter-out $(diag),cache),-D__DIAGNOSE)) \
))
-ifeq ($(COM),MSC)
-$(eval $(call gb_Library_add_defs,bootstrap,\
- -0b0 \
-))
-endif
-
endif
$(eval $(call gb_Library_set_include,bootstrap,\