mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-05 19:08:38 -04:00
Suppress the IEEE_DENORMAL message (for now).
This commit is contained in:
parent
20f01db557
commit
f4423be7c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user