From 8016dced31517e1695af932efedcf9f83a28d741 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 30 May 2012 13:31:18 +0300 Subject: 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 --- stoc/Library_introspection.mk | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'stoc/Library_introspection.mk') diff --git a/stoc/Library_introspection.mk b/stoc/Library_introspection.mk index 2ef9c387a40a..a6e9a9bd47c5 100644 --- a/stoc/Library_introspection.mk +++ b/stoc/Library_introspection.mk @@ -27,16 +27,6 @@ $(eval $(call gb_Library_Library,introspection)) -ifneq ($(debug),) - -ifeq ($(COM),MSC) -$(eval $(call gb_Library_add_defs,introspection,\ - -0b0 \ -)) -endif - -endif - $(eval $(call gb_Library_use_internal_api,introspection,\ insp \ )) -- cgit v1.2.3