Add gnuXX stds to Objective C.
This commit is contained in:
parent
1730778974
commit
ab0b727427
|
@ -90,7 +90,7 @@ class ClangObjCCompiler(ClangCompiler, ObjCCompiler):
|
|||
opts.update({
|
||||
OptionKey('std', machine=self.for_machine, lang='c'): coredata.UserComboOption(
|
||||
'C language standard to use',
|
||||
['none', 'c89', 'c99', 'c11', 'c17'],
|
||||
['none', 'c89', 'c99', 'c11', 'c17', 'gnu99', 'gnu11'],
|
||||
'none',
|
||||
)
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue