Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-03-18 17:43:30 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-03-18 17:43:30 +0300
commit12043bb6f5450ffe725fd9208d5708a5be3a9896 (patch)
tree7eace202914af2c15848800224ef04aeb8d15872 /mcs/class/Facades
parent32b84339cb3cb3186edac5b836a0ee8f4c36ea2a (diff)
[System.Drawing.Common] Enable debug symbols
The facade contains code now so we should build a .pdb.
Diffstat (limited to 'mcs/class/Facades')
-rw-r--r--mcs/class/Facades/System.Drawing.Common/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/Facades/System.Drawing.Common/Makefile b/mcs/class/Facades/System.Drawing.Common/Makefile
index ed8e9779eda..71ad4c3ddb2 100644
--- a/mcs/class/Facades/System.Drawing.Common/Makefile
+++ b/mcs/class/Facades/System.Drawing.Common/Makefile
@@ -19,8 +19,6 @@ ifneq (,$(filter build net_4_x, $(PROFILE)))
$(error This profile shouldn't build System.Drawing.Common.dll, it already has System.Drawing.dll)
endif
-PLATFORM_DEBUG_FLAGS =
-
NO_TEST = yes
include $(MCS_BUILD_DIR)/library.make