mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
-prealloc
This commit is contained in:
@ -82,6 +82,9 @@ fn (p mut Parser) comp_time() {
|
||||
else if name == 'debug' {
|
||||
p.comptime_if_block('VDEBUG')
|
||||
}
|
||||
else if name == 'prealloc' {
|
||||
p.comptime_if_block('VPREALLOC')
|
||||
}
|
||||
else if name == 'tinyc' {
|
||||
p.comptime_if_block('__TINYC__')
|
||||
}
|
||||
|
Reference in New Issue
Block a user