Skip to content

Commit

Permalink
flambda-backend: Fix last minute bug in ocaml-flambda#2055 (ocaml-fla…
Browse files Browse the repository at this point in the history
  • Loading branch information
riaqn authored Nov 24, 2023
1 parent a03e329 commit 5d0b3d4
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 @@ -1015,7 +1015,7 @@ $(DEPDIR)/$(RUNTIME_DIR)/%.npic.$(D): OC_CPPFLAGS += $(OC_NATIVE_CPPFLAGS)
# The major GC performs better with this flag on Intel processors
# 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.$(O): OC_CFLAGS += $(INTEL_JCC_BUG_CFLAGS)
$(RUNTIME_DIR)/major_gc.%.$(O): OC_CFLAGS += $(INTEL_JCC_BUG_CFLAGS)

## Compilation of runtime C files

Expand Down

0 comments on commit 5d0b3d4

Please sign in to comment.