Skip to content

Commit 474e39a

Browse files
committed
Add debug flag to build gradle
1 parent 815c2ec commit 474e39a

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+=" -PtargetArch=$ARCH"
41+
GRADLE_FLAGS+=" -d -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)