OS X: could not -Doptimize=-g.
Jarkko Hietaniemi [Thu, 1 May 2003 18:18:06 +0000 (18:18 +0000)]
p4raw-id: //depot/perl@19375

hints/darwin.sh

index cdb61b0..5b8f38d 100644 (file)
@@ -51,6 +51,8 @@ archname='darwin';
 # nm works.
 usenm='true';
 
+case "$optimize" in
+'')
 #    Optimizing for size also mean less resident memory usage on the part
 # of Perl.  Apple asserts that this is a more important optimization than
 # saving on CPU cycles.  Given that memory speed has not increased at
@@ -64,6 +66,8 @@ if [ -z "${optimize}" ]; then
 else
   optimize='-O3'
 fi
+;;
+esac
 
 # -pipe: makes compilation go faster.
 # -fno-common because common symbols are not allowed in MH_DYLIB