Skip to content

Commit

Permalink
fix: update build script for libgc
Browse files Browse the repository at this point in the history
  • Loading branch information
aboeglin committed Jun 8, 2024
1 parent c0dbf28 commit 1980919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-runtime-libs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ make -f Makefile.direct CFLAGS_EXTRA="-O3 -DTHREAD_LOCAL_ALLOC -DGC_USE_LD_WRAP

# make -f Makefile.direct CFLAGS_EXTRA="-O3 -DTHREAD_LOCAL_ALLOC -DGC_DISCOVER_TASK_THREADS -DDEBUG_THREADS -DGC_ASSERTIONS -DDONT_ADD_BYTE_AT_END -DFIND_LEAK -DGC_DEBUG -DGC_DUMP_REGULARLY -DKEEP_BACK_PTRS -DALL_INTERIOR_POINTERS -DGC_PRINT_VERBOSE_STATS -DPRINT_BLACK_LIST -DGC_THREADS -DLARGE_CONFIG -DGC_DISABLE_INCREMENTAL" c++
# make -f Makefile.direct CFLAGS_EXTRA="-O3 -DTHREAD_LOCAL_ALLOC -DGC_DISCOVER_TASK_THREADS -DDEBUG_THREADS -DGC_ASSERTIONS -DDONT_ADD_BYTE_AT_END -DFIND_LEAK -DGC_DEBUG -DGC_DUMP_REGULARLY -DKEEP_BACK_PTRS -DALL_INTERIOR_POINTERS -DGC_PRINT_VERBOSE_STATS -DPRINT_BLACK_LIST -DGC_THREADS -DLARGE_CONFIG -DGC_DISABLE_INCREMENTAL"
cd ../..
cd ..
cp "bdwgc-disable-unknown-thread-abort/gc.a" ../runtime/lib/libgc.a
cp "bdwgc-disable-unknown-thread-abort/gccpp.a" ../runtime/lib/libgccpp.a
cp -R "bdwgc-disable-unknown-thread-abort/include" ../runtime/
Expand Down

0 comments on commit 1980919

Please sign in to comment.