Fix sccache

This commit is contained in:
momo5502
2025-05-29 09:58:51 +02:00
parent 5041bab9f8
commit 5022e3049a
3 changed files with 14 additions and 13 deletions

View File

@@ -203,8 +203,8 @@ set(OPT_DEBUG "-O0 -g")
set(OPT_RELEASE "-O3 -g")
if(MSVC)
set(OPT_DEBUG "/Od /Ob0 /Zi")
set(OPT_RELEASE "/O2 /Ob2 /Zi")
set(OPT_DEBUG "/Od /Ob0 /Z7")
set(OPT_RELEASE "/O2 /Ob2 /Z7")
add_link_options(/DEBUG)
endif()