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_reflection.mk | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'stoc/Library_reflection.mk') diff --git a/stoc/Library_reflection.mk b/stoc/Library_reflection.mk index c14aaad31b03..34a5fe6cf091 100644 --- a/stoc/Library_reflection.mk +++ b/stoc/Library_reflection.mk @@ -27,16 +27,6 @@ $(eval $(call gb_Library_Library,reflection)) -ifneq ($(debug),) - -ifeq ($(COM),MSC) -$(eval $(call gb_Library_add_defs,reflection,\ - -0b0 \ -)) -endif - -endif - $(eval $(call gb_Library_use_internal_api,reflection,\ corefl \ )) -- cgit