mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
Disable LTO in AppVeyor and travis-ci release builds to reduce build time.
This commit is contained in:
parent
ca5d076cd3
commit
73ba353123
@ -1,7 +1,7 @@
|
||||
@ECHO OFF
|
||||
cmake --version
|
||||
IF "%PLATFORM%" == "x64" (
|
||||
cmake . -G "Visual Studio 14 2015 Win64" -DCMAKE_GENERATOR_TOOLSET=v140_xp -DENABLE_JPEG=ON -DBUILD_TESTING=ON
|
||||
cmake . -G "Visual Studio 14 2015 Win64" -DCMAKE_GENERATOR_TOOLSET=v140_xp -DENABLE_JPEG=ON -DBUILD_TESTING=ON -DENABLE_LTO=OFF
|
||||
) ELSE (
|
||||
cmake . -G "Visual Studio 14 2015" -DCMAKE_GENERATOR_TOOLSET=v140_xp -DENABLE_JPEG=ON -DBUILD_TESTING=ON
|
||||
cmake . -G "Visual Studio 14 2015" -DCMAKE_GENERATOR_TOOLSET=v140_xp -DENABLE_JPEG=ON -DBUILD_TESTING=ON -DENABLE_LTO=OFF
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user