mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-10 18:35:13 +01:00
Split Nag Fortran compiler flags #1797
This commit is contained in:
parent
59f186cbe0
commit
7d60c89744
@ -22,7 +22,9 @@ def find_nag(conf):
|
||||
@conf
|
||||
def nag_flags(conf):
|
||||
v = conf.env
|
||||
v['FCFLAGS_DEBUG'] = ['-C=all']
|
||||
v.FCFLAGS_DEBUG = ['-C=all']
|
||||
v.FCLNK_TGT_F = ['-o', '']
|
||||
v.FC_TGT_F = ['-c', '-o', '']
|
||||
|
||||
@conf
|
||||
def nag_modifier_platform(conf):
|
||||
|
Loading…
Reference in New Issue
Block a user