mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
markused: skip unused symbols, dump fns and generic specialization (fix #24921) (fix #24927) (#24924)
This commit is contained in:
parent
938f462daf
commit
ae1fa8aced
28 changed files with 558 additions and 163 deletions
|
@ -12,6 +12,7 @@ import v.util.version
|
|||
import v.builder
|
||||
import v.builder.cbuilder
|
||||
|
||||
@[markused]
|
||||
const external_tools = [
|
||||
'ast',
|
||||
'bin2v',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue