Skip to content

Commit 99e6525

Browse files
committed
don't compile in -verbose mode
1 parent 8aad9ec commit 99e6525

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
mono --debug bin/us.exe -x -verbose -t:library -r:bin/UnityScript.Tests.CSharp.dll -r:bin/UnityScript.Tests.dll -b:UnityScript.Tests.MonoBehaviour -m:Awake "$@"
2+
mono --debug bin/us.exe -x -t:library -r:bin/UnityScript.Tests.CSharp.dll -r:bin/UnityScript.Tests.dll -b:UnityScript.Tests.MonoBehaviour -m:Awake "$@"

0 commit comments

Comments
 (0)