mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Android & iOS: Enable strict aliasing
This commit is contained in:
parent
44fa552343
commit
c1fd4df3e4
2 changed files with 2 additions and 4 deletions
|
@ -171,9 +171,7 @@ def configure(env: "SConsEnvironment"):
|
|||
env["AS"] = compiler_path + "/clang"
|
||||
|
||||
env.Append(
|
||||
CCFLAGS=(
|
||||
"-fpic -ffunction-sections -funwind-tables -fstack-protector-strong -fvisibility=hidden -fno-strict-aliasing".split()
|
||||
)
|
||||
CCFLAGS=("-fpic -ffunction-sections -funwind-tables -fstack-protector-strong -fvisibility=hidden".split())
|
||||
)
|
||||
|
||||
if get_min_sdk_version(env["ndk_platform"]) >= 24:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue