File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
14
14
USE_VALGRIND ?= false
15
15
ADDRESS_SANITIZER ?= false
16
- CMAKE_BUILD_TYPE ?= Release
16
+ CMAKE_BUILD_TYPE ?= Debug
17
17
COLLECTOR_APPEND_CID ?= false
18
18
PLATFORM ?= linux/amd64
19
19
TRACE_SINSP_EVENTS ?= false
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ ARG BUILD_DIR
52
52
ARG SRC_ROOT_DIR=${BUILD_DIR}
53
53
ARG CMAKE_BUILD_DIR
54
54
# TODO(ROX-20240): CMAKE_BUILD_TYPE should probably not be Release for PR, normal branch builds
55
- ARG CMAKE_BUILD_TYPE=Release
55
+ ARG CMAKE_BUILD_TYPE=Debug
56
56
# Appends an argument to the driver download URL that is used for filtering alerts on missing kernels.
57
57
# TODO(ROX-20240): This needs to be true on PRs only.
58
58
ARG COLLECTOR_APPEND_CID=false
You can’t perform that action at this time.
0 commit comments