mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
wscript: cast-align is less effective than ubsan
This commit is contained in:
parent
6ac3156a82
commit
a5d5c1f60b
1
wscript
1
wscript
@ -197,7 +197,6 @@ def configure(conf):
|
|||||||
'-Werror=duplicated-cond',
|
'-Werror=duplicated-cond',
|
||||||
'-Werror=bool-compare',
|
'-Werror=bool-compare',
|
||||||
'-Werror=bool-operation',
|
'-Werror=bool-operation',
|
||||||
'-Wcast-align',
|
|
||||||
'-Werror=cast-align=strict', # =strict is for GCC >=8
|
'-Werror=cast-align=strict', # =strict is for GCC >=8
|
||||||
'-Werror=packed',
|
'-Werror=packed',
|
||||||
'-Werror=packed-not-aligned',
|
'-Werror=packed-not-aligned',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user