Also disable asynchronous unwind tables

These seem to be enabled in LLVM 14, and cause undefined symbol errors.
This commit is contained in:
Elliott Sales de Andrade
2022-04-10 23:54:34 -04:00
committed by Ayke
parent 7f507a7026
commit 4858b27120
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"-Werror",
"-fshort-enums",
"-Wno-macro-redefined",
"-fno-exceptions", "-fno-unwind-tables",
"-fno-exceptions", "-fno-unwind-tables", "-fno-asynchronous-unwind-tables",
"-ffunction-sections", "-fdata-sections"
],
"ldflags": [