From 7080d6a2fcedb2efe46676eee2bc215382d31404 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 21 Feb 2007 20:57:04 +0000 Subject: [PATCH] Added -O2 to binary production --- libburn/trunk/cdrskin/add_ts_changes_to_libburn_0_3_2 | 4 ++-- libburn/trunk/cdrskin/add_ts_changes_to_libburn_0_3_3 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libburn/trunk/cdrskin/add_ts_changes_to_libburn_0_3_2 b/libburn/trunk/cdrskin/add_ts_changes_to_libburn_0_3_2 index 969dea59..82501096 100755 --- a/libburn/trunk/cdrskin/add_ts_changes_to_libburn_0_3_2 +++ b/libburn/trunk/cdrskin/add_ts_changes_to_libburn_0_3_2 @@ -201,11 +201,11 @@ tar czf "$cdrskin_tarball" "$target" cd "$compile_dir" || exit 1 ./configure make - "$compile_cmd" -do_strip + "$compile_cmd" -O2 -do_strip cp "$compile_result" "../$bintarget_dynamic" if test -n "$compile_static_opts" then - "$compile_cmd" $compile_static_opts -do_strip + "$compile_cmd" $compile_static_opts -O2 -do_strip cp "$compile_result" "../$bintarget_static" fi "$man_to_html_cmd" diff --git a/libburn/trunk/cdrskin/add_ts_changes_to_libburn_0_3_3 b/libburn/trunk/cdrskin/add_ts_changes_to_libburn_0_3_3 index 932ed573..acaf8ed9 100755 --- a/libburn/trunk/cdrskin/add_ts_changes_to_libburn_0_3_3 +++ b/libburn/trunk/cdrskin/add_ts_changes_to_libburn_0_3_3 @@ -201,11 +201,11 @@ tar czf "$cdrskin_tarball" "$target" cd "$compile_dir" || exit 1 ./configure make - "$compile_cmd" -do_strip + "$compile_cmd" -O2 -do_strip cp "$compile_result" "../$bintarget_dynamic" if test -n "$compile_static_opts" then - "$compile_cmd" $compile_static_opts -do_strip + "$compile_cmd" $compile_static_opts -O2 -do_strip cp "$compile_result" "../$bintarget_static" fi "$man_to_html_cmd"