1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-22 22:13:35 +02:00

vcmi: change gcc variant to build lua and no pch

This commit is contained in:
Konstantin 2023-04-07 14:52:28 +03:00
parent e35a1ba471
commit 75a52953f2

View File

@ -61,6 +61,8 @@
"description": "VCMI Linux GCC",
"inherits": "linux-release",
"cacheVariables": {
"ENABLE_LUA" : "ON",
"ENABLE_PCH" : "OFF",
"CMAKE_C_COMPILER": "/usr/bin/gcc",
"CMAKE_CXX_COMPILER": "/usr/bin/g++"
}