ccache: rename option as not to conflict with submodules (#6156)

* ccache: rename option as not to conflict with submodules

* MinGWCross: fix alignment
This commit is contained in:
Vitor K 2022-10-10 09:40:47 -03:00 committed by GitHub
parent 2c40b2aa72
commit e24e2a8f8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 12 deletions

View file

@ -70,7 +70,7 @@ if (MSVC)
# Since MSVC's debugging information is not very deterministic, so we have to disable it
# when using ccache or other caching tools
if (NOT USE_CCACHE)
if (NOT CITRA_USE_CCACHE)
add_compile_options(
/Zi
/Zo