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:
authorMarek Safar <marek.safar@gmail.com>2008-09-23 21:47:42 +0400
committerMarek Safar <marek.safar@gmail.com>2008-09-23 21:47:42 +0400
commitc078a416723432746dc7fb18d53a536fe1c99f97 (patch)
tree5b86a0c2fa6891100883963c617051543ba898f7 /mcs/class/System.Security/Makefile
parentfb26a556c9cb5c3e13f99e6b8d83b2834634e761 (diff)
2008-09-23 Marek Safar <marek.safar@gmail.com>
* Makefile: Don't override global debug flag. svn path=/trunk/mcs/; revision=113868
Diffstat (limited to 'mcs/class/System.Security/Makefile')
-rw-r--r--mcs/class/System.Security/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile
index 89d40cf32ec..59113f713fb 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -4,8 +4,7 @@ include ../../build/rules.make
LIBRARY = System.Security.dll
LIB_MCS_FLAGS = -nowarn:618 \
- -r:$(corlib) -r:System.dll -r:System.Xml.dll \
- -debug+
+ -r:$(corlib) -r:System.dll -r:System.Xml.dll
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,1595