Skip to content

Commit

Permalink
use -mexception-handling which in available in older llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Mar 15, 2024
1 parent 689b17c commit eaf77c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ $(BULK_MEMORY_OBJS) $(BULK_MEMORY_SO_OBJS): CFLAGS += \
-DBULK_MEMORY_THRESHOLD=$(BULK_MEMORY_THRESHOLD)

$(LIBSETJMP_OBJS) $(LIBSETJMP_SO_OBJS): CFLAGS += \
-mllvm -wasm-enable-sjlj
-mexception-handling

$(LIBWASI_EMULATED_SIGNAL_MUSL_OBJS) $(LIBWASI_EMULATED_SIGNAL_MUSL_SO_OBJS): CFLAGS += \
-D_WASI_EMULATED_SIGNAL
Expand Down

0 comments on commit eaf77c9

Please sign in to comment.