3fb13f
diff -up bash-4.1/examples/loadables/Makefile.in.examples bash-4.1/examples/loadables/Makefile.in
3fb13f
--- bash-4.1/examples/loadables/Makefile.in.examples	2010-06-22 16:20:02.000000000 +0200
3fb13f
+++ bash-4.1/examples/loadables/Makefile.in	2010-06-22 16:20:41.000000000 +0200
3fb13f
@@ -43,7 +43,7 @@ host_os = @host_os@
3fb13f
 host_cpu = @host_cpu@
3fb13f
 host_vendor = @host_vendor@
3fb13f
 
3fb13f
-CFLAGS = @CFLAGS@
3fb13f
+CFLAGS = -O2 -g
3fb13f
 LOCAL_CFLAGS = @LOCAL_CFLAGS@
3fb13f
 DEFS = @DEFS@
3fb13f
 LOCAL_DEFS = @LOCAL_DEFS@
3fb13f
diff -up bash-4.1/examples/loadables/perl/Makefile.in.examples bash-4.1/examples/loadables/perl/Makefile.in
3fb13f
--- bash-4.1/examples/loadables/perl/Makefile.in.examples	2010-06-22 16:20:46.000000000 +0200
3fb13f
+++ bash-4.1/examples/loadables/perl/Makefile.in	2010-06-22 16:21:04.000000000 +0200
3fb13f
@@ -42,7 +42,7 @@ SHELL = @MAKE_SHELL@
3fb13f
 
3fb13f
 PERL5 = perl5
3fb13f
 
3fb13f
-CFLAGS = @CFLAGS@
3fb13f
+CFLAGS = -O2 -g
3fb13f
 
3fb13f
 #
3fb13f
 # These values are generated for configure by ${topdir}/support/shobj-conf.