Skip to content

Commit fa6760d

Browse files
committed
Remove debug flag as it is not helping, just adding noise
1 parent 474e39a commit fa6760d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/kokoro/unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ARCH="$ARCH" buildscripts/make_dependencies.sh
3838

3939
# Set properties via flags, do not pollute gradle.properties
4040
GRADLE_FLAGS="${GRADLE_FLAGS:-}"
41-
GRADLE_FLAGS+=" -d -PtargetArch=$ARCH"
41+
GRADLE_FLAGS+=" -PtargetArch=$ARCH"
4242

4343
# For universal binaries on macOS, signal Gradle to use universal flags.
4444
if [[ "$(uname -s)" == "Darwin" ]]; then

0 commit comments

Comments
 (0)