We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274dedf commit 5071579Copy full SHA for 5071579
1 file changed
script/testga.sh
@@ -40,13 +40,3 @@ if [ $1 == "linux" ]; then
40
j64/jconsole -lib libjavx2.$ext testga.ijs
41
j32/jconsole -lib libj.$ext testga.ijs
42
fi
43
-
44
-if [ $1 == "linux" ] && [ -d "j64gcc" ]; then
45
- j64gcc/jconsole -lib libj.$ext testga.ijs
46
- j64gcc/jconsole -lib libjavx.$ext testga.ijs
47
- j64gcc/jconsole -lib libjavx2.$ext testga.ijs
48
-fi
49
50
-if [ $1 == "linux" ] && [ -d "j32gcc" ]; then
51
- j32gcc/jconsole -lib libj.$ext testga.ijs
52
0 commit comments