mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
18 lines
452 B
Plaintext
18 lines
452 B
Plaintext
--- .//runConfigureICU.orig 2013-12-31 23:51:27.000000000 +0300
|
|
+++ .//runConfigureICU 2014-12-23 15:59:41.000000000 +0200
|
|
@@ -366,14 +366,6 @@
|
|
|
|
if test $release -eq 1
|
|
then
|
|
- if test "$RELEASE_CFLAGS" = ""
|
|
- then
|
|
- case $CC in
|
|
- gcc|*/gcc|*-gcc-*|*/*-gcc-*)
|
|
- RELEASE_CFLAGS=-O3
|
|
- ;;
|
|
- esac
|
|
- fi
|
|
if test "$RELEASE_CFLAGS" != ""
|
|
then
|
|
CFLAGS="$CFLAGS $RELEASE_CFLAGS"
|