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

cmd/tools/fast/fast.v: do not use -no-std and -no-rsp anymore (tcc is the most recent on the CI runner now)

This commit is contained in:
Delyan Angelov 2021-08-15 11:52:11 +03:00
parent e64a9fa592
commit 1a5c4b18ec
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -62,8 +62,7 @@ fn main() {
$if freebsd {
tcc_path = '/usr/local/bin/tcc'
}
diff2 := measure('$vdir/vprod $voptions -no-std -no-rsp -cc $tcc_path -o v2 cmd/v',
'v2')
diff2 := measure('$vdir/vprod $voptions -cc $tcc_path -o v2 cmd/v', 'v2')
diff3 := 0 // measure('$vdir/vprod -native $vdir/cmd/tools/1mil.v', 'native 1mil')
diff4 := measure('$vdir/vprod -usecache $voptions -cc clang examples/hello_world.v',
'hello.v')