COMP: remove fast-math and unsafe-math-optimizations for Fujitsu (#2564)

- was found to cause issues (snappyHexMesh specifically)
  on Fugaku. Reported by @azami
This commit is contained in:
Mark Olesen
2022-11-07 09:30:25 +01:00
parent 25e874a4f0
commit edc12c9ad9
2 changed files with 0 additions and 4 deletions

View File

@ -1,2 +0,0 @@
c++DBUG =
c++OPT = -ffp-contract=fast -ffast-math -O3 -funsafe-math-optimizations

View File

@ -1,2 +0,0 @@
cDBUG =
cOPT = -ffp-contract=fast -ffast-math -O3