- fix Windows build - Opus build options conflict + path resolving problem

This commit is contained in:
2026-01-12 17:47:52 +03:00
parent f650eaccb7
commit ceb30d2d2a
2 changed files with 4 additions and 4 deletions

View File

@@ -332,7 +332,7 @@ add_subdirectory(${L}/opus)
# Suppose the subproject defines target "mylib"
if(MSVC)
target_compile_options(opus PRIVATE /O2 /DNDEBUG)
# target_compile_options(opus PRIVATE /O2 /DNDEBUG)
# Optional: enable whole program optimization on MSVC
# target_compile_options(mylib PRIVATE /GL)
# target_link_options(mylib PRIVATE /LTCG)