Skip to content

Commit

Permalink
Set build type to Release only #1164
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Apr 1, 2020
1 parent adb2056 commit 7ef114d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ before_build:
- cd build

build_script:
- cmake -G %GENERATOR% -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=%examples% -DBUILD_GAMES=%examples% -DINCLUDE_EVERYTHING=ON ..
- cmake -G %GENERATOR% -DCMAKE_BUILD_TYPE=Release -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=%examples% -DBUILD_GAMES=%examples% -DINCLUDE_EVERYTHING=ON ..
- cmake --build . --target install

after_build:
Expand Down

0 comments on commit 7ef114d

Please sign in to comment.