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

all: support -gc boehm on systems with libgc-dev installed (#9382)

This commit is contained in:
Delyan Angelov
2021-03-20 15:16:36 +02:00
committed by GitHub
parent a6ddd24f5c
commit 8810af76df
13 changed files with 135 additions and 19 deletions

View File

@@ -3698,6 +3698,9 @@ If you do need a custom flag file, that has platform dependent code, use the
postfix `_d_customflag.v`, and then use plaftorm dependent compile time
conditional blocks inside it, i.e. `$if linux {}` etc.
- `_notd_customflag.v` => similar to _d_customflag.v, but will be used
*only* if you do NOT pass `-d customflag` to V.
## Compile time pseudo variables
V also gives your code access to a set of pseudo string variables,