Skip to content

Commit

Permalink
build in Release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rauch committed Oct 30, 2024
1 parent b1b5158 commit 0ea8aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/colcon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
with:
target-ros2-distro: ${{ matrix.distribution }}
vcs-repo-file-url: ${{ github.workspace }}/.github/workflows/libfranka.repos
extra-cmake-args: "-D BUILD_TESTS=OFF -D BUILD_TESTING=ON -D BUILD_EXAMPLES=OFF"
extra-cmake-args: "-D CMAKE_BUILD_TYPE=Release -D BUILD_TESTS=OFF -D BUILD_TESTING=ON -D BUILD_EXAMPLES=OFF"

0 comments on commit 0ea8aad

Please sign in to comment.