Adjusted optimisation level for release builds
This commit is contained in:
@@ -190,7 +190,7 @@ target_compile_options(
|
|||||||
PUBLIC $<$<CONFIG:DEBUG>:-g>
|
PUBLIC $<$<CONFIG:DEBUG>:-g>
|
||||||
PUBLIC $<$<CONFIG:DEBUG>:-O0>
|
PUBLIC $<$<CONFIG:DEBUG>:-O0>
|
||||||
# PUBLIC $<$<CONFIG:DEBUG>:-Os>
|
# PUBLIC $<$<CONFIG:DEBUG>:-Os>
|
||||||
PUBLIC $<$<CONFIG:RELEASE>:-O2>
|
PUBLIC $<$<CONFIG:RELEASE>:-Ofast>
|
||||||
PUBLIC $<$<CONFIG:DEBUG>:-fno-inline>
|
PUBLIC $<$<CONFIG:DEBUG>:-fno-inline>
|
||||||
PUBLIC $<$<CONFIG:DEBUG>:-fkeep-static-functions>
|
PUBLIC $<$<CONFIG:DEBUG>:-fkeep-static-functions>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user