We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9023289 commit dac99c9Copy full SHA for dac99c9
ocaml/Makefile
@@ -1016,7 +1016,6 @@ $(DEPDIR)/$(RUNTIME_DIR)/%.npic.$(D): OC_CPPFLAGS += $(OC_NATIVE_CPPFLAGS)
1016
# This is a workaround for an Intel CPU bug:
1017
# https://www.intel.co.uk/content/www/uk/en/support/articles/000055650/processors.html
1018
$(RUNTIME_DIR)/major_gc.%: OC_CFLAGS += $(INTEL_JCC_BUG_CFLAGS)
1019
-$(DEPDIR)/$(RUNTIME_DIR)/major_gc.%: OC_CPPFLAGS += $(INTEL_JCC_BUG_CFLAGS)
1020
1021
## Compilation of runtime C files
1022
0 commit comments