mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Merge pull request #1896 from rilian-la-te/change-gcc-build-settings
vcmi: change gcc variant to build lua and no pch
This commit is contained in:
commit
148cc0b280
@ -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++"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user