c23 standard typo (#50101)
This commit is contained in:
parent
be492e1ed7
commit
e78d9d93dd
@ -140,7 +140,7 @@ def c17_flag(self) -> str:
|
||||
@property
|
||||
def c23_flag(self) -> str:
|
||||
return self.compilers[Languages.C].package.standard_flag(
|
||||
language=Languages.C.value, standard="17"
|
||||
language=Languages.C.value, standard="23"
|
||||
)
|
||||
|
||||
@property
|
||||
|
Loading…
Reference in New Issue
Block a user