mirror of
https://github.com/mesonbuild/meson.git
synced 2026-08-07 00:01:01 +00:00
compilers: remove useless get_option_compile_args
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
committed by
Jussi Pakkanen
parent
a8321c6f64
commit
4ecf608936
@@ -660,9 +660,6 @@ class CompCertCCompiler(CompCertCompiler, CCompiler):
|
||||
std_opt.set_versions(['c89', 'c99'])
|
||||
return opts
|
||||
|
||||
def get_option_compile_args(self, target: 'BuildTarget', env: 'Environment', subproject: T.Optional[str] = None) -> T.List[str]:
|
||||
return []
|
||||
|
||||
def get_no_optimization_args(self) -> T.List[str]:
|
||||
return ['-O0']
|
||||
|
||||
|
||||
@@ -999,9 +999,6 @@ class CcrxCPPCompiler(CcrxCompiler, CPPCompiler):
|
||||
def get_always_args(self) -> T.List[str]:
|
||||
return ['-nologo', '-lang=cpp']
|
||||
|
||||
def get_option_compile_args(self, target: 'BuildTarget', env: 'Environment', subproject: T.Optional[str] = None) -> T.List[str]:
|
||||
return []
|
||||
|
||||
def get_compile_only_args(self) -> T.List[str]:
|
||||
return []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user