[MinGW] Disable exceptions.

This commit is contained in:
bruvzg
2024-01-30 19:13:32 +02:00
parent f2e0daf5eb
commit 9557f078cd

View File

@@ -322,6 +322,7 @@ else:
]
)
env.Append(CFLAGS=["-std=c11"])
env.Append(CXXFLAGS=["-fno-exceptions"])
if env.get("use_llvm", False):
extra_defines += [