We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8676efe commit 03de8feCopy full SHA for 03de8fe
.github/workflows/generate-docs.yml
@@ -63,7 +63,7 @@ jobs:
63
source /opt/intel/oneapi/setvars.sh
64
wget https://github.com/vovkos/doxyrest/releases/download/doxyrest-2.1.2/doxyrest-2.1.2-linux-amd64.tar.xz
65
tar xf doxyrest-2.1.2-linux-amd64.tar.xz
66
- python setup.py develop -G Ninja --build-type=Debug \
+ python setup.py develop -G Ninja --build-type=Release \
67
-- \
68
-DCMAKE_C_COMPILER:PATH=$(which icx) \
69
-DCMAKE_CXX_COMPILER:PATH=$(which icpx) \
0 commit comments