Skip to content

Commit

Permalink
uncommenting needed gcc option for arg mismatc;h
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwright77 committed Feb 21, 2024
1 parent ce8451e commit 019e2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compileropts.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ C13_ARGS=
$(info $(GF_VER) "found" )
else
$(info $(GF_VER) "newer gcc" )
C13_ARGS= #-fallow-argument-mismatch
C13_ARGS= -fallow-argument-mismatch
endif

COMMON_OPTION = -fno-automatic -fdefault-real-8 -fdefault-double-8
Expand Down

0 comments on commit 019e2c9

Please sign in to comment.