[xiph-commits] r19116 - trunk/theora
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Fri Apr 4 14:09:07 PDT 2014
Author: tterribe
Date: 2014-04-04 14:09:07 -0700 (Fri, 04 Apr 2014)
New Revision: 19116
Modified:
trunk/theora/configure.ac
Log:
Remove -fforce-addr from the default CFLAGS.
This flag breaks clang, which does not support it, and is obsolete
on gcc anyway.
Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac 2014-03-17 18:22:23 UTC (rev 19115)
+++ trunk/theora/configure.ac 2014-04-04 21:09:07 UTC (rev 19116)
@@ -187,7 +187,7 @@
case $host in
*)
DEBUG="-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES"
- CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
+ CFLAGS="-Wall -Wno-parentheses -O3 -fomit-frame-pointer -finline-functions -funroll-loops"
PROFILE="-Wall -Wno-parentheses -pg -g -O3 -fno-inline-functions -DDEBUG";;
esac
fi
More information about the commits
mailing list