mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 05:29:51 +01:00
wscript: enforce hidden visibility
This commit is contained in:
parent
1f7171462b
commit
be98a228a7
6
wscript
6
wscript
@ -137,14 +137,16 @@ def configure(conf):
|
||||
'-gdwarf-2',
|
||||
'-Werror=implicit-function-declaration',
|
||||
'-Werror=return-type',
|
||||
'-Werror=int-conversion'
|
||||
'-Werror=int-conversion',
|
||||
'-fvisibility=hidden',
|
||||
],
|
||||
'gcc': [
|
||||
'-g',
|
||||
'-fdiagnostics-color=always',
|
||||
'-Werror=implicit-function-declaration',
|
||||
'-Werror=return-type',
|
||||
'-Werror=int-conversion'
|
||||
'-Werror=int-conversion',
|
||||
'-fvisibility=hidden',
|
||||
]
|
||||
},
|
||||
'fast': {
|
||||
|
Loading…
Reference in New Issue
Block a user