aboutsummaryrefslogtreecommitdiff
path: root/kokoro/macos-clang-release/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kokoro/macos-clang-release/build.sh')
-rwxr-xr-x[-rw-r--r--]kokoro/macos-clang-release/build.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/kokoro/macos-clang-release/build.sh b/kokoro/macos-clang-release/build.sh
index 73888f6..372e9a0 100644..100755
--- a/kokoro/macos-clang-release/build.sh
+++ b/kokoro/macos-clang-release/build.sh
@@ -17,4 +17,6 @@ set -e # fail on error
set -x # display commands
SCRIPT_DIR=`dirname "$BASH_SOURCE"`
-source $SCRIPT_DIR/../scripts/macos/build.sh RELEASE clang
+source $SCRIPT_DIR/../scripts/macos/build.sh RELEASE clang \
+ -DAMBER_ENABLE_SWIFTSHADER=TRUE \
+ -DAMBER_ENABLE_VK_DEBUGGING=TRUE