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