Skip to content

Commit 2b4d1f2

Browse files
committed
Removed verbose flag
1 parent a1b257e commit 2b4d1f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ if [[ -z "$LD_LIBRARY_PATH" ]]; then
44
exit 1
55
fi
66
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
7+
swift build -Xswiftc -I -Xswiftc $LD_LIBRARY_PATH -Xswiftc -L -Xswiftc $LD_LIBRARY_PATH -Xswiftc -lIgis

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ if [[ -z "$LD_LIBRARY_PATH" ]]; then
44
exit 1
55
fi
66
echo "LD_LIBRARY_PATH at $LD_LIBRARY_PATH"
7-
swift run -Xswiftc -I -Xswiftc $LD_LIBRARY_PATH -Xswiftc -L -Xswiftc $LD_LIBRARY_PATH -Xswiftc -lIgis --verbose
7+
swift run -Xswiftc -I -Xswiftc $LD_LIBRARY_PATH -Xswiftc -L -Xswiftc $LD_LIBRARY_PATH -Xswiftc -lIgis

0 commit comments

Comments
 (0)