fix compile error
This commit is contained in:
@ -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 "")
|
||||||
|
Reference in New Issue
Block a user