fix compile error

This commit is contained in:
obdev
2024-02-08 04:21:07 +00:00
committed by ob-robot
parent 35d5e90049
commit 8779bf3ec2

View File

@ -56,7 +56,7 @@ endif()
ob_define(AUTO_FDO_OPT "") ob_define(AUTO_FDO_OPT "")
if(ENABLE_AUTO_FDO) if(ENABLE_AUTO_FDO)
# file name pattern [observer.prof.{current_timestamp ms}] # file name pattern [observer.prof.{current_timestamp ms}]
set(AUTO_FDO_OPT "-fprofile-sample-use=${CMAKE_SOURCE_DIR}/observer.prof.1693473964865") set(AUTO_FDO_OPT "-fprofile-sample-use=${CMAKE_SOURCE_DIR}/observer.prof.1702984872675")
endif() endif()
ob_define(THIN_LTO_OPT "") ob_define(THIN_LTO_OPT "")