summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2020-04-01 11:07:01 +0200
committerGitHub <[email protected]>2020-04-01 11:07:01 +0200
commit7ef114d1da2c34a70bba5442497103441647d8f3 (patch)
treed423d5c003d6c121adbedbc3fddf7265490ff155
parentadb20569befc3836d9f5fd8f98edb93ff676cfd8 (diff)
downloadraylib-3.0.0.tar.gz
raylib-3.0.0.zip
Set build type to Release only #11643.0.0
-rw-r--r--appveyor.yml2
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: