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

build: add address sanitizer make target (#9044)

This commit is contained in:
pancake
2021-03-07 16:44:54 +01:00
committed by GitHub
parent 4c3ce97763
commit ed9ca0b7bd
2 changed files with 8 additions and 28 deletions

View File

@@ -406,7 +406,7 @@ pub fn join_env_vflags_and_os_args() []string {
}
return non_empty(args)
}
return non_empty(os.args)
return os.args
}
fn non_empty(arg []string) []string {