diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-30 13:31:18 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-31 00:03:04 +0300 |
commit | 8016dced31517e1695af932efedcf9f83a28d741 (patch) | |
tree | 88b36d8f19be0b0bb2feb199254f49e41be52aa3 /stoc/Library_bootstrap.mk | |
parent | 82f65054561020d38e37dd376e4f652dcd1bcca8 (diff) |
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.mk | 6 |
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,\ |