Skip to content

Commit

Permalink
modify xtdk to O2 compile
Browse files Browse the repository at this point in the history
  • Loading branch information
guojunwork committed Jul 12, 2024
1 parent b8c168e commit b1964fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/xpu_kp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ set(TOOLCHAIN_ARGS)
if(OPT_LEVEL)
set(OPT_LEVEL ${OPT_LEVEL})
else()
set(OPT_LEVEL "-O3")
set(OPT_LEVEL "-O2")
endif()

message(STATUS "Build with API_ARCH=" ${API_ARCH})
Expand Down

0 comments on commit b1964fc

Please sign in to comment.