[4.1] SCons: Re-disable exceptions for Android, iOS, and Web
@@ -68,6 +68,7 @@ def get_flags():
return [
("arch", "arm64"), # Default for convenience.
("target", "template_debug"),
+ ("disable_exceptions", True), # Reduces size.
]
@@ -49,6 +49,7 @@ def get_flags():
("use_volk", False),
@@ -69,6 +69,7 @@ def get_flags():
# 100 KiB over -Os, which does not justify the negative impact on
# run-time performance.
("optimize", "size"),