Link libmono statically, its easier to debug, per irc discussion today
authorMiguel de Icaza <miguel@gnome.org>
Wed, 26 May 2004 19:45:59 +0000 (19:45 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 26 May 2004 19:45:59 +0000 (19:45 -0000)
svn path=/trunk/mono/; revision=28193

mono/mini/Makefile.am

index b79df6e5eec7b03ee3c51ee4de82a05a81395373..71251e53a12c20d8a0cac5b5c803aa465156dd61 100644 (file)
@@ -47,12 +47,12 @@ mono_SOURCES = \
        main.c
 
 mono_LDADD = \
-       libmono.la              \
        $(GLIB_LIBS)            \
        $(GMODULE_LIBS) -lm     \
        $(ICU_LIBS)
 
 mono_LDFLAGS = \
+       -static libmono.la      \
        -export-dynamic
 
 genmdesc_SOURCES = \