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

final tcc fixes

This commit is contained in:
Alexander Medvednikov
2019-08-24 14:35:05 +03:00
parent cd10890258
commit dfc7c9c00f
2 changed files with 11 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ mut:
imports []string // List of all imports
file_imports []FileImportTable // List of imports for file
flags []string // ['-framework Cocoa', '-lglfw3']
fn_cnt int atomic
fn_cnt int //atomic
obfuscate bool
}