Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ports runtime of #154 (Add -mbranches-within-32B to major GC compilation) #2055

Merged
merged 3 commits into from
Nov 24, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
minor fix
  • Loading branch information
riaqn committed Nov 24, 2023
commit dac99c9bc066ee4a375d822640ad1ac2c4e30f0d
1 change: 0 additions & 1 deletion ocaml/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,6 @@ $(DEPDIR)/$(RUNTIME_DIR)/%.npic.$(D): OC_CPPFLAGS += $(OC_NATIVE_CPPFLAGS)
# This is a workaround for an Intel CPU bug:
# https://www.intel.co.uk/content/www/uk/en/support/articles/000055650/processors.html
$(RUNTIME_DIR)/major_gc.%: OC_CFLAGS += $(INTEL_JCC_BUG_CFLAGS)
$(DEPDIR)/$(RUNTIME_DIR)/major_gc.%: OC_CPPFLAGS += $(INTEL_JCC_BUG_CFLAGS)

riaqn marked this conversation as resolved.
Show resolved Hide resolved
## Compilation of runtime C files

Expand Down
Loading