Suppress the IEEE_DENORMAL message (for now).

This commit is contained in:
Joe Taylor 2021-04-06 14:50:44 -04:00
parent 20f01db557
commit f4423be7c5
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@ FC = c:/JTSDK/Qt55/Tools/mingw492_32/bin/gfortran
CXX = c:/JTSDK/Qt55/Tools/mingw492_32/bin/g++
FFLAGS = -O2 -fbounds-check -Wall -Wno-conversion -Wno-precision-loss \
-fno-second-underscore
-fno-second-underscore -fbacktrace \
-ffpe-summary=none
# -ffpe-trap=invalid,zero,overflow,underflow,denormal
CFLAGS = -I. -fbounds-check
# Default rules