Skip to content

Commit

Permalink
Fixed dbg_build.sh script for Linux to use L0
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Jun 27, 2021
1 parent e6251b7 commit cf05f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpctl-capi/dbg_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cmake \
-DCMAKE_CXX_COMPILER=dpcpp \
-DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX} \
-DCMAKE_PREFIX_PATH=${INSTALL_PREFIX} \
-DDPCTL_ENABLE_LO_PROGRAM_CREATION=${USE_LO_HEADERS} \
-DDPCTL_ENABLE_LO_PROGRAM_CREATION=ON \
-DDPCTL_BUILD_CAPI_TESTS=ON \
-DDPCTL_GENERATE_COVERAGE=ON \
..
Expand Down

0 comments on commit cf05f16

Please sign in to comment.