mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 12:52:28 -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++
|
CXX = c:/JTSDK/Qt55/Tools/mingw492_32/bin/g++
|
||||||
|
|
||||||
FFLAGS = -O2 -fbounds-check -Wall -Wno-conversion -Wno-precision-loss \
|
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
|
CFLAGS = -I. -fbounds-check
|
||||||
|
|
||||||
# Default rules
|
# Default rules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user