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 7d866d5 commit 5aa0d52Copy full SHA for 5aa0d52
Make.inc
@@ -267,7 +267,6 @@ fPIC := -fPIC
267
EXE :=
268
endif
269
270
-JULIAGC := MARKSWEEP
271
JULIACODEGEN := LLVM
272
273
# flag for disabling assertions
src/Makefile
@@ -29,11 +29,7 @@ SRCS := \
29
jltypes gf typemap ast builtins module interpreter \
30
alloc dlload sys init task array dump toplevel jl_uv jlapi signal-handling \
31
simplevector APInt-C runtime_intrinsics runtime_ccall \
32
- threadgroup threading stackwalk
33
-
34
-ifeq ($(JULIAGC),MARKSWEEP)
35
-SRCS += gc
36
-endif
+ threadgroup threading stackwalk gc
37
38
ifeq ($(JULIACODEGEN),LLVM)
39
SRCS += codegen disasm debuginfo llvm-simdloop llvm-gcroot
0 commit comments