Skip to content

Commit

Permalink
Intel build: use -nogen-interfaces FC flag
Browse files Browse the repository at this point in the history
Closes #71.
  • Loading branch information
gaborcsardi committed Aug 18, 2024
1 parent 0da0034 commit 6e9088f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/config.fedora-intel
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ CXX=/opt/intel/oneapi/compiler/2024.2/bin/icpx
FC=/opt/intel/oneapi/compiler/2024.2//bin/ifx
CFLAGS="-O3 -fp-model precise -Wall -Wstrict-prototypes"
C17FLAGS="-O3 -fp-model precise -Wall -Wno-strict-prototypes"
FFLAGS="-O3 -fp-model precise -warn all,noexternals"
FCFLAGS="-free -O3 -fp-model precise -warn all,noexternals"
FFLAGS="-O3 -fp-model precise -warn all,noexternals -nogen-interfaces"
FCFLAGS="-free -O3 -fp-model precise -warn all,noexternals -nogen-interfaces"
CXXFLAGS="-O3 -fp-model precise -Wall"
LDFLAGS="-L/opt/intel/oneapi/mkl/2024.2/lib/intel64/"
MAIN_LDFLAGS="-L/opt/intel/oneapi/mkl/2024.2/lib/intel64/ -lifport -limf -lintlc -lifcoremt -lirc -lirng -lsvml"

0 comments on commit 6e9088f

Please sign in to comment.