Skip to content

Commit c6fb7e6

Browse files
committed
Debug
1 parent a040e7e commit c6fb7e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile-constants.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif
1313

1414
USE_VALGRIND ?= false
1515
ADDRESS_SANITIZER ?= false
16-
CMAKE_BUILD_TYPE ?= Release
16+
CMAKE_BUILD_TYPE ?= Debug
1717
COLLECTOR_APPEND_CID ?= false
1818
PLATFORM ?= linux/amd64
1919
TRACE_SINSP_EVENTS ?= false

collector/container/konflux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ARG BUILD_DIR
5252
ARG SRC_ROOT_DIR=${BUILD_DIR}
5353
ARG CMAKE_BUILD_DIR
5454
# 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
5656
# Appends an argument to the driver download URL that is used for filtering alerts on missing kernels.
5757
# TODO(ROX-20240): This needs to be true on PRs only.
5858
ARG COLLECTOR_APPEND_CID=false

0 commit comments

Comments
 (0)