This commit is contained in:
Nav
2025-02-02 00:03:35 +00:00
parent d52c46ec2a
commit 03e6152157
5 changed files with 53 additions and 59 deletions

View File

@@ -131,8 +131,8 @@ target_compile_options(
PUBLIC -Wsuggest-override
PUBLIC -Wreorder
PUBLIC -fno-sized-deallocation
PUBLIC -ffile-prefix-map=${CMAKE_SOURCE_DIR}/./src/=
PUBLIC -ffile-prefix-map=${CMAKE_SOURCE_DIR}/src/=
PUBLIC $<$<CONFIG:RELEASE>:-ffile-prefix-map=${CMAKE_SOURCE_DIR}/./src/=>
PUBLIC $<$<CONFIG:RELEASE>:-ffile-prefix-map=${CMAKE_SOURCE_DIR}/src/=>
PUBLIC $<$<CONFIG:DEBUG>:-g>
# PUBLIC $<$<CONFIG:DEBUG>:-O0>
PUBLIC $<$<CONFIG:DEBUG>:-Ofast>