Note: this is not the latest. Now there is no separate release for ncs and the sources are distributed as code_saturne-x.y.z. Next upgrades in preparation!
11 lines
363 B
Bash
11 lines
363 B
Bash
--- config/cs_auto_flags.sh.orig 2012-08-08 00:11:29.000000000 +0200
|
|
+++ config/cs_auto_flags.sh 2014-09-14 14:45:51.000000000 +0200
|
|
@@ -214,8 +214,6 @@
|
|
gcc-3*|gcc-4.[01234]*)
|
|
;;
|
|
*)
|
|
- cflags_default_opt="$cflags_default_opt -fexcess-precision=fast"
|
|
- cflags_default_hot="$cflags_default_hot -fexcess-precision=fast"
|
|
;;
|
|
esac
|
|
|