diff options
| author | Ray <[email protected]> | 2020-04-01 11:07:01 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-01 11:07:01 +0200 |
| commit | 7ef114d1da2c34a70bba5442497103441647d8f3 (patch) | |
| tree | d423d5c003d6c121adbedbc3fddf7265490ff155 | |
| parent | adb20569befc3836d9f5fd8f98edb93ff676cfd8 (diff) | |
| download | raylib-3.0.0.tar.gz raylib-3.0.0.zip | |
Set build type to Release only #11643.0.0
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 3dadf24a..68a158c7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: |
