diff --git a/examples/loadables/Makefile.in b/examples/loadables/Makefile.in index ec305cd..de2e020 100644 --- a/examples/loadables/Makefile.in +++ b/examples/loadables/Makefile.in @@ -58,7 +58,7 @@ host_os = @host_os@ host_cpu = @host_cpu@ host_vendor = @host_vendor@ -CFLAGS = @CFLAGS@ +CFLAGS = -O2 -g LOCAL_CFLAGS = @LOCAL_CFLAGS@ DEFS = @DEFS@ LOCAL_DEFS = @LOCAL_DEFS@ diff --git a/examples/loadables/perl/Makefile.in b/examples/loadables/perl/Makefile.in index 59f39b6..aa93b50 100644 --- a/examples/loadables/perl/Makefile.in +++ b/examples/loadables/perl/Makefile.in @@ -42,7 +42,7 @@ SHELL = @MAKE_SHELL@ PERL5 = perl5 -CFLAGS = @CFLAGS@ +CFLAGS = -O2 -g # # These values are generated for configure by ${topdir}/support/shobj-conf.