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_stocservices.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_stocservices.mk')
-rw-r--r-- | stoc/Library_stocservices.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/stoc/Library_stocservices.mk b/stoc/Library_stocservices.mk index 6a0b5c667eef..d5741e604b9d 100644 --- a/stoc/Library_stocservices.mk +++ b/stoc/Library_stocservices.mk @@ -27,16 +27,6 @@ $(eval $(call gb_Library_Library,stocservices)) -ifneq ($(debug),) - -ifeq ($(COM),MSC) -$(eval $(call gb_Library_add_defs,stocservices,\ - -0b0 \ -)) -endif - -endif - $(eval $(call gb_Library_set_include,stocservices,\ -I$(SRCDIR)/stoc/inc \ $$(INCLUDE) \ |