We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b257e commit 2b4d1f2Copy full SHA for 2b4d1f2
2 files changed
make.sh
@@ -4,4 +4,4 @@ if [[ -z "$LD_LIBRARY_PATH" ]]; then
4
exit 1
5
fi
6
echo "LD_LIBRARY_PATH at $LD_LIBRARY_PATH"
7
-swift build -Xswiftc -I -Xswiftc $LD_LIBRARY_PATH -Xswiftc -L -Xswiftc $LD_LIBRARY_PATH -Xswiftc -lIgis --verbose
+swift build -Xswiftc -I -Xswiftc $LD_LIBRARY_PATH -Xswiftc -L -Xswiftc $LD_LIBRARY_PATH -Xswiftc -lIgis
run.sh
-swift run -Xswiftc -I -Xswiftc $LD_LIBRARY_PATH -Xswiftc -L -Xswiftc $LD_LIBRARY_PATH -Xswiftc -lIgis --verbose
+swift run -Xswiftc -I -Xswiftc $LD_LIBRARY_PATH -Xswiftc -L -Xswiftc $LD_LIBRARY_PATH -Xswiftc -lIgis
0 commit comments