Skip to content

Commit

Permalink
fix: docker build with latest clangd 19 breaks reflect-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Jan 8, 2025
1 parent 3c3e2e2 commit 40d4371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/wolf.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN --mount=type=cache,target=/cache/ccache \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_CXX_STANDARD=17 \
-DCMAKE_CXX_EXTENSIONS=OFF \
-DCMAKE_CXX_FLAGS="-Wno-missing-template-arg-list-after-template-kw" \
-DBUILD_SHARED_LIBS=OFF \
-DBoost_USE_STATIC_LIBS=ON \
-DBUILD_FAKE_UDEV_CLI=ON \
Expand Down

0 comments on commit 40d4371

Please sign in to comment.