Skip to content

Commit

Permalink
update the gc library to the latest 8.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceface777 committed Apr 17, 2022
1 parent 93fa86b commit 46662e2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Binary file removed lib/gc.o
Binary file not shown.
Binary file added lib/libgc.a
Binary file not shown.
12 changes: 12 additions & 0 deletions lib/libgc_build_cmd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
CFLAGS='-Os -mtune=generic -arch x86_64 -arch arm64' LDFLAGS='-Os -arch x86_64 -arch arm64' ./configure \
--enable-threads=pthreads \
--enable-static \
--enable-shared=no \
--enable-parallel-mark \
--enable-single-obj-compilation \
--enable-gc-debug \
--with-libatomic-ops=none

make

cp .libs/libgc.a /path/to/v/thirdparty/tcc/lib/libgc.a

0 comments on commit 46662e2

Please sign in to comment.