File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ runs:
6262 if : runner.os == 'Windows'
6363
6464 - name : Prepare compilation [MacOS|Linux]
65- run : cd build && cmake -DBUILD_TESTS=OFF -DBUILD_TOOLKIT=OFF -DBUILD_PLAYER=OFF ..
65+ run : cd build && cmake -DBUILD_TESTS=OFF -DBUILD_TOOLKIT=OFF -DBUILD_PLAYER=OFF -DCMAKE_BUILD_TYPE=Release ..
6666 shell : bash
6767 if : runner.os == 'macOS' || runner.os == 'Linux'
6868 - name : Prepare compilation [Windows]
69- run : cd build; cmake -DSFML_DIR="${env:GITHUB_WORKSPACE}/deps/SFML-2.5.1/lib/cmake/SFML" -DBUILD_TESTS=OFF -DBUILD_TOOLKIT=OFF -DBUILD_PLAYER=OFF ..
69+ run : cd build; cmake -DSFML_DIR="${env:GITHUB_WORKSPACE}/deps/SFML-2.5.1/lib/cmake/SFML" -DBUILD_TESTS=OFF -DBUILD_TOOLKIT=OFF -DBUILD_PLAYER=OFF -DCMAKE_BUILD_TYPE=Release ..
7070 shell : pwsh
7171 if : runner.os == 'Windows'
7272
You can’t perform that action at this time.
0 commit comments