diff --git a/Makefile b/Makefile index eeb1e065..44d55a5f 100644 --- a/Makefile +++ b/Makefile @@ -389,6 +389,8 @@ $(MUSL_PRINTSCAN_NO_FLOATING_POINT_OBJS): CFLAGS += \ -D__wasilibc_printscan_no_floating_point \ -D__wasilibc_printscan_floating_point_support_option="\"remove -lc-printscan-no-floating-point from the link command\"" +# TODO: apply -mbulk-memory globally, once +# https://github.com/llvm/llvm-project/issues/52618 is resolved $(BULK_MEMORY_OBJS): CFLAGS += \ -mbulk-memory