Skip to content

Commit

Permalink
[adapters] enable developer mode in adapters CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalcer committed Aug 8, 2023
1 parent 9c3b17c commit d3e26f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:
-DCMAKE_C_COMPILER=${{matrix.compiler.c}}
-DCMAKE_CXX_COMPILER=${{matrix.compiler.cxx}}
-DUR_ENABLE_TRACING=ON
-DUR_DEVELOPER_MODE=ON
-DCMAKE_BUILD_TYPE=${{matrix.build_type}}
-DUR_BUILD_TESTS=ON
-DUR_FORMAT_CPP_STYLE=ON
Expand Down

0 comments on commit d3e26f5

Please sign in to comment.