2008-09-23 Marek Safar <marek.safar@gmail.com>
authorMarek Safar <marek.safar@gmail.com>
Tue, 23 Sep 2008 17:47:42 +0000 (17:47 -0000)
committerMarek Safar <marek.safar@gmail.com>
Tue, 23 Sep 2008 17:47:42 +0000 (17:47 -0000)
* Makefile: Don't override global debug flag.

svn path=/trunk/mcs/; revision=113868

mcs/class/System.Security/ChangeLog
mcs/class/System.Security/Makefile

index 8715bd5d6596664566fb9313b4874e80dee976bb..a8e0b5077dab807e25902dd4429e5a155e358f92 100644 (file)
@@ -1,3 +1,7 @@
+2008-09-23  Marek Safar <marek.safar@gmail.com>
+
+       * Makefile: Don't override global debug flag.
+
 2007-06-12  Marek Safar <marek.safar@gmail.com>
 
        * Makefile: Check only major framework version to do 2.x build.
index 89d40cf32ec9950d51a7e45dd7f306051cbebd4a..59113f713fb7b854c1b203feae0c3b9b0b3c1154 100644 (file)
@@ -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