File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ runs:
62
62
if : runner.os == 'Windows'
63
63
64
64
- 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 ..
66
66
shell : bash
67
67
if : runner.os == 'macOS' || runner.os == 'Linux'
68
68
- 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 ..
70
70
shell : pwsh
71
71
if : runner.os == 'Windows'
72
72
You can’t perform that action at this time.
0 commit comments