diff --git a/README.org b/README.org index 8952e38..4662904 100644 --- a/README.org +++ b/README.org @@ -59,7 +59,9 @@ To generate Makefiles for AdaptiveCpp, you can follow these steps: mkdir build && cd build # Adjust the path to AdaptiveCpp and your target devices according to your system -cmake .. -DAdaptiveCpp_DIR=/opt/AdaptiveCpp/ROCm/lib/cmake/AdaptiveCpp -DACPP_TARGETS="omp.accelerated;hip.integrated-multipass;gfx90c" +cmake .. -DAdaptiveCpp_DIR=/opt/AdaptiveCpp/ROCm/lib/cmake/AdaptiveCpp \ + -DACPP_TARGETS="omp.accelerated;hip.integrated-multipass;gfx90c" \ + -DCMAKE_BUILD_TYPE="Release" #+END_SRC You can find more information about =ACPP_TARGETS= and the compilation process in