Integrated the garbage collector.
This commit is contained in:
parent
bbe0d77a19
commit
b3525db7fd
5 changed files with 21 additions and 12 deletions
|
|
@ -15,8 +15,15 @@ compileClang =
|
|||
readCreateProcess . shell $
|
||||
unwords
|
||||
[ "clang++" -- , "-Lsrc/GC/lib/", "-l:libgcoll.a"
|
||||
, "-fno-exceptions -x"
|
||||
, "ir"
|
||||
, "-fno-rtti"
|
||||
, "src/GC/lib/cheap.cpp"
|
||||
, "src/GC/lib/event.cpp"
|
||||
, "src/GC/lib/heap.cpp"
|
||||
, "src/GC/lib/profiler.cpp"
|
||||
, "-Wall -Wextra -g -std=gnu++20 -stdlib=libstdc++"
|
||||
, "-Isrc/GC/include"
|
||||
, "-x"
|
||||
, "ir" -- , "-Lsrc/GC/lib -l:gcoll.a"
|
||||
, "-o"
|
||||
, "output/hello_world"
|
||||
, "-"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue