Skip to content

Commit 03de8fe

Browse files
Used Release build type in generate documentation workflow, it is way faster
1 parent 8676efe commit 03de8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
source /opt/intel/oneapi/setvars.sh
6464
wget https://github.com/vovkos/doxyrest/releases/download/doxyrest-2.1.2/doxyrest-2.1.2-linux-amd64.tar.xz
6565
tar xf doxyrest-2.1.2-linux-amd64.tar.xz
66-
python setup.py develop -G Ninja --build-type=Debug \
66+
python setup.py develop -G Ninja --build-type=Release \
6767
-- \
6868
-DCMAKE_C_COMPILER:PATH=$(which icx) \
6969
-DCMAKE_CXX_COMPILER:PATH=$(which icpx) \

0 commit comments

Comments
 (0)