From: Marek Safar Date: Tue, 25 Apr 2017 11:33:29 +0000 (+0200) Subject: [Facades] Don't build debug symbols for System.Net.Sockets X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=07b8eaa68fa48d57c04fdeb1a8a7472061280c05;p=mono.git [Facades] Don't build debug symbols for System.Net.Sockets --- diff --git a/mcs/class/Facades/System.Net.Sockets/Makefile b/mcs/class/Facades/System.Net.Sockets/Makefile index 497c0546227..bf60d5fef6b 100644 --- a/mcs/class/Facades/System.Net.Sockets/Makefile +++ b/mcs/class/Facades/System.Net.Sockets/Makefile @@ -14,6 +14,8 @@ SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699 LIB_REFS = System LIB_MCS_FLAGS = $(SIGN_FLAGS) +PLATFORM_DEBUG_FLAGS = + NO_TEST = yes include $(MCS_BUILD_DIR)/library.make