Skip to content

Commit

Permalink
Remove linker setting from STAGE2_CPPFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Nov 11, 2024
1 parent 88cc9ef commit 881c05b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ STAGE2_BUILD = $(R_SOURCE)/build

STAGE2_CPPFLAGS := $(STAGE2_CPPFLAGS)
STAGE2_CPPFLAGS += -I$(WASM)/include
STAGE2_CPPFLAGS += -s WASM_BIGINT
STAGE2_CPPFLAGS += -fwasm-exceptions
STAGE2_CPPFLAGS += -s SUPPORT_LONGJMP=wasm
STAGE2_CPPFLAGS += -s USE_BZIP2=1
Expand Down

0 comments on commit 881c05b

Please sign in to comment.