You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/ushare/files/07_all_drop_optimizations.p...

21 lines
516 B

Index: ushare-1.1a/configure
===================================================================
--- ushare-1.1a.orig/configure
+++ ushare-1.1a/configure
@@ -627,15 +627,6 @@ if enabled debug; then
dostrip=no
fi
-if enabled optimize; then
- if test -n "`$cc -v 2>&1 | grep xlc`"; then
- add_cflags "-O5"
- add_ldflags "-O5"
- else
- add_cflags "-O3"
- fi
-fi
-
#################################################
# check for locales (optional)
#################################################