1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

builtin: compile the gc statically by default (#14063)

This commit is contained in:
spaceface
2022-04-18 09:50:21 +02:00
committed by GitHub
parent 56a3539ea9
commit 775c4c34b5
19 changed files with 26386 additions and 22050 deletions

2
thirdparty/libgc/include/gc.h vendored Normal file
View File

@ -0,0 +1,2 @@
/* This file is installed for backward compatibility. */
#include <gc/gc.h>