add -DDEBUG_BUILD to dbg profile

this prevents issue https://github.com/tensorflow/tensorflow/issues/37498.
The optimized AWS SDK can only be built in release mode. Fall back in debug mode
See: https://github.com/TileDB-Inc/TileDB/issues/1351
This commit is contained in:
Bas Aarts 2020-05-06 15:10:33 -07:00
parent f66abc01c1
commit cd8b64f7fb

View File

@ -163,6 +163,8 @@ build:cuda_clang --action_env TF_CUDA_CLANG=1
build:dbg --config=opt -c dbg
# for now, disable arm_neon. see: https://github.com/tensorflow/tensorflow/issues/33360
build:dbg --cxxopt -DTF_LITE_DISABLE_X86_NEON
# AWS SDK must be compiled in release mode. see: https://github.com/tensorflow/tensorflow/issues/37498
build:dbg --copt -DDEBUG_BUILD
build:tensorrt --action_env TF_NEED_TENSORRT=1