mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@103266 d073be05-634f-4543-b044-5fe20cf6d1d6
14 lines
278 B
Diff
14 lines
278 B
Diff
--- configure.orig 2013-02-08 23:35:50.000000000 +0900
|
|
+++ configure 2013-02-15 20:51:52.000000000 +0900
|
|
@@ -15909,8 +15909,8 @@
|
|
fi
|
|
|
|
if test -n "$GCC"; then
|
|
- CFLAGS="-O3 -Wall";
|
|
- CXXFLAGS="-O3 -Wall";
|
|
+ CFLAGS="$CFLAGS -Wall";
|
|
+ CXXFLAGS="$CXXFLAGS -Wall";
|
|
fi
|
|
|
|
|