]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Take -fast out of the flags when compiling C files with Clang because this flag is...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 20 Aug 2012 11:27:14 +0000 (11:27 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 20 Aug 2012 11:27:14 +0000 (11:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@26026 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/configure

index 17ceee0dd0518c6211ca3640330f0d59d8002d26..3c12985d5cf5ad8cb66ea08e1c37846f783e0a13 100644 (file)
@@ -1680,7 +1680,7 @@ AC_DEFUN(DEAL_II_SET_CC_FLAGS, dnl
 
       clang)
           CFLAGS="$CFLAGS -g"
-          CFLAGSO="$CFLAGS -fast -O2"
+          CFLAGSO="$CFLAGS -O2"
           CFLAGSPIC="-fPIC"
           ;;
 
@@ -1988,7 +1988,7 @@ AC_DEFUN(DEAL_II_CHECK_DYNAMIC_CAST_BUG,
     AC_DEFINE(DEAL_II_HAVE_DARWIN_DYNACAST_BUG, 1,
               [Defined if the compiler has a bug with dynamic casting
                and dynamic libraries])
-    if(test "`sw_vers -productVersion`" != "10.8");then 
+    if(test "`sw_vers -productVersion`" != "10.8");then
        CXXFLAGSG="$CXXFLAGSG -mmacosx-version-min=10.4"
        CXXFLAGSO="$CXXFLAGSO -mmacosx-version-min=10.4"
        LDFLAGS="$LDFLAGS -mmacosx-version-min=10.4"
index 8409e4b88788d6f58031a583edb36062b2b34f0c..4aa91dead80733f7de831fbfe231d2a20553a5e1 100755 (executable)
@@ -5820,7 +5820,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
       clang)
           CFLAGS="$CFLAGS -g"
-          CFLAGSO="$CFLAGS -fast -O2"
+          CFLAGSO="$CFLAGS -O2"
           CFLAGSPIC="-fPIC"
           ;;
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.