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 ba65e32 commit f9c2ce0Copy full SHA for f9c2ce0
embed.mk
@@ -47,6 +47,10 @@ GC_STEM_pcc = pcc
47
GC_CFLAGS_pcc = -DGC_PRECISE_ROOTS=1 -DGC_PARALLEL=1
48
GC_LIBS_pcc = -lm
49
50
+GC_STEM_generational_pcc = $(GC_STEM_pcc)
51
+GC_CFLAGS_generational_pcc = $(GC_CFLAGS_pcc) -DGC_GENERATIONAL=1
52
+GC_LIBS_generational_pcc = $(GC_LIBS_pcc)
53
+
54
define mmc_variant
55
GC_STEM_$(1) = mmc
56
GC_CFLAGS_$(1) = $(2)
0 commit comments