|
@@ -90,7 +90,7 @@ if env["builtin_embree"]:
|
|
|
|
|
|
if not env.msvc:
|
|
if not env.msvc:
|
|
# Flags synced with upstream gnu.cmake.
|
|
# Flags synced with upstream gnu.cmake.
|
|
- if env["arch"] == "arm64" and env["platform"] == "x11":
|
|
|
|
|
|
+ if env["arch"] == "arm64" and env["platform"] == "x11" and not env["use_llvm"]:
|
|
env_thirdparty.Append(CXXFLAGS=["-flax-vector-conversions"])
|
|
env_thirdparty.Append(CXXFLAGS=["-flax-vector-conversions"])
|
|
|
|
|
|
env_thirdparty.Append(
|
|
env_thirdparty.Append(
|