[Facades] Don't build debug symbols for System.Net.Sockets
[mono.git] / mcs / class / Facades / System.Net.Sockets / Makefile
index 497c05462276fee5be2ca4b18564dd8e33947548..bf60d5fef6be2147d79b9b70e5ab29430dc1f651 100644 (file)
@@ -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