Pārlūkot izejas kodu

appveyor: configure for Release with Debug Info

We build the library as debug with AppVeyor and package it this way,
which is unfortunate, because on Windows it's linked against debug
variants of the C runtime. Fix this by build RelWithDebInfo instead

Fixes #1128.
pull/1146/head
Ahmad Fatoum pirms 5 gadiem
vecāks
revīzija
4e6db307e4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      appveyor.yml

+ 1
- 1
appveyor.yml Parādīt failu

@ -39,7 +39,7 @@ before_build:
- cd build
build_script:
- cmake -G %GENERATOR% -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=%examples% -DBUILD_GAMES=%examples% -DINCLUDE_EVERYTHING=ON ..
- cmake -G %GENERATOR% -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=%examples% -DBUILD_GAMES=%examples% -DINCLUDE_EVERYTHING=ON ..
- cmake --build . --target install
after_build:

Notiek ielāde…
Atcelt
Saglabāt