updates and stuff
This commit is contained in:
parent
4c993f6dd8
commit
133654b020
5 changed files with 230 additions and 21 deletions
|
@ -28,6 +28,7 @@ if host_machine.system() == 'darwin'
|
|||
'-Wno-pre-c++20-compat-pedantic',
|
||||
'-Wno-switch-default',
|
||||
'-Wunused-function',
|
||||
'-fvisibility=hidden'
|
||||
]),
|
||||
language: 'objcpp'
|
||||
)
|
||||
|
@ -43,7 +44,8 @@ common_cpp_args = [
|
|||
'-Wno-padded',
|
||||
'-Wno-pre-c++20-compat-pedantic',
|
||||
'-Wno-switch-default',
|
||||
'-Wunused-function'
|
||||
'-Wunused-function',
|
||||
'-fvisibility=hidden'
|
||||
]
|
||||
|
||||
if host_machine.system() == 'windows'
|
||||
|
@ -111,4 +113,3 @@ executable(
|
|||
link_args: link_args,
|
||||
dependencies: deps
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue