Fujitsu compiler: Defining option that is always added. (#14657)
This commit is contained in:
parent
9d7e482497
commit
f7ec09d30b
@ -61,3 +61,7 @@ def c11_flag(self):
|
||||
@property
|
||||
def pic_flag(self):
|
||||
return "-KPIC"
|
||||
|
||||
def setup_custom_environment(self, pkg, env):
|
||||
env.append_flags('fcc_ENV', '-Nclang')
|
||||
env.append_flags('FCC_ENV', '-Nclang')
|
||||
|
Loading…
Reference in New Issue
Block a user