mirror of
https://github.com/godotengine/godot-nir-static.git
synced 2025-12-31 13:48:20 +03:00
[MinGW] Disable exceptions.
This commit is contained in:
@@ -322,6 +322,7 @@ else:
|
||||
]
|
||||
)
|
||||
env.Append(CFLAGS=["-std=c11"])
|
||||
env.Append(CXXFLAGS=["-fno-exceptions"])
|
||||
|
||||
if env.get("use_llvm", False):
|
||||
extra_defines += [
|
||||
|
||||
Reference in New Issue
Block a user