We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88fb831 commit 5372865Copy full SHA for 5372865
macos/Dependencies/common.make
@@ -308,7 +308,7 @@ $(LIBDIR)/libruby.3.4.dylib: $(DOWNLOADS)/ruby/Makefile
308
$(DOWNLOADS)/ruby/Makefile: $(DOWNLOADS)/ruby/configure
309
cd $(DOWNLOADS)/ruby; \
310
export $(CONFIGURE_ENV); \
311
- export CFLAGS="-flto=full -DRUBY_FUNCTION_NAME_STRING=__func__ $$CFLAGS"; \
+ export CFLAGS="-flto=full -DRUBY_FUNCTION_NAME_STRING=__func__ $$CFLAGS -DHAVE_RB_HASH_BULK_INSERT -DHAVE_RB_REG_ONIG_MATCH"; \
312
export LDFLAGS="-flto=full $$LDFLAGS"; \
313
./configure $(CONFIGURE_ARGS) $(RUBY_CONFIGURE_ARGS) $(RUBY_FLAGS)
314
0 commit comments