i think this is better
This commit is contained in:
parent
8cbc00372d
commit
ea6bf62c90
5 changed files with 143 additions and 72 deletions
|
@ -48,6 +48,7 @@ common_cpp_args = [
|
|||
'-Wno-switch-default',
|
||||
'-Wunused-function',
|
||||
'-fvisibility=hidden',
|
||||
'-fno-strict-enums',
|
||||
]
|
||||
|
||||
if host_machine.system() == 'windows'
|
||||
|
@ -114,4 +115,4 @@ executable(
|
|||
objc_args: objc_args,
|
||||
link_args: link_args,
|
||||
dependencies: deps,
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue