Skip to content

Commit

Permalink
no unused variable, rel comp, int div warning
Browse files Browse the repository at this point in the history
  • Loading branch information
quickfly committed Nov 7, 2024
1 parent 21a271e commit 68084a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/build/make.inc.TUMBLEWEED
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FOMP =-fopenmp
FMATH =-fdefault-real-8 -fdefault-double-8 -I$(FFTW_INC)
FOPT =-O3 -std=gnu -fexternal-blas -march=native -ffree-line-length-0
# -floop-nest-optimize -floop-parallelize-all -flto
FDEBUG =-Wall -W -fcheck=all -g -fbacktrace -ffpe-trap=invalid,zero,overflow -finit-real=snan -std=f2008 -fall-intrinsics
FDEBUG =-Wall -W -fcheck=all -Wno-compare-reals -Wno-integer-division -Wno-unused-variable -g -fbacktrace -ffpe-trap=invalid,zero,overflow -finit-real=snan -std=f2008 -fall-intrinsics
F2PY = f2py

# System math libraries
Expand Down

0 comments on commit 68084a1

Please sign in to comment.