Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RUN apt-get update && apt-get -o Acquire::Retries=5 install -y \
stow \
strace \
sudo \
sytemtap-sdt-dev \
tmux \
tree \
unzip \
Expand Down
4 changes: 3 additions & 1 deletion tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"-Dicu=enabled",
"-Dc_args=-fno-inline-functions -fno-omit-frame-pointer -DCOPY_PARSE_PLAN_TREES -DWRITE_READ_PARSE_PLAN_TREES -DRAW_EXPRESSION_COVERAGE_TEST -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS",
"-Dcassert=true",
"-Ddtrace=auto",
"-Dtap_tests=enabled",
"--werror"
],
Expand Down Expand Up @@ -164,7 +165,8 @@
"--buildtype=debugoptimized",
"-Duuid=ossp",
"-Dicu=enabled",
"-Dc_args=-fno-omit-frame-pointer"
"-Dc_args=-fno-omit-frame-pointer",
"-Ddtrace=auto" // On platforms supporting DTrace, -Ddtrace may also be reasonable to use in production.
],
"problemMatcher": [],
"detail": "meson setup debug-optimized configuration"
Expand Down