From ea93eb64c56aad215ef3d3c342a46a92183ddc83 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 26 Apr 2005 23:50:23 +0000 Subject: Missing debug symbols?! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1207 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 5f71f54ae..4338d2963 100755 --- a/configure +++ b/configure @@ -307,11 +307,11 @@ sub dir_check { sub getosflags { if ($config{OSNAME} eq "FreeBSD") { $config{LDLIBS} = "-Ldl"; - $config{FLAGS} = "-fPIC -frtti $OPTIMISATI -Woverloaded-virtual"; + $config{FLAGS} = "-fPIC -frtti $OPTIMISATI -Woverloaded-virtual -g"; $config{MAKEPROG} = "gmake"; } else { $config{LDLIBS} = "-ldl"; - $config{FLAGS} = "-fPIC -frtti $OPTIMISATI -Woverloaded-virtual"; + $config{FLAGS} = "-fPIC -frtti $OPTIMISATI -Woverloaded-virtual -g"; $config{MAKEPROG} = "make"; } } -- cgit v1.2.3