Skip to content

Commit

Permalink
Remove flag
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 8, 2024
1 parent 4623718 commit 7a8715a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ifeq ($(filter ifx ifort,$(FC)), $(FC))
else ifeq ($(FC),lfortran)
opt_args = -J$(BUILD_DIR)
else ifeq ($(FC),nvfortran)
opt_args = -Wall -Werror -march=native -module $(BUILD_DIR) -std=f95
opt_args = -Wall -Werror -march=native -module $(BUILD_DIR)
else ifneq (,$(findstring flang,$(FC)))
opt_args = -Werror -march=native -flto -J$(BUILD_DIR)
else ifeq ($(FC),gfortran)
Expand Down

0 comments on commit 7a8715a

Please sign in to comment.