Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Bring back slow build fix (#30)
Browse files Browse the repository at this point in the history
Bring back slow build fix.
  • Loading branch information
areusch authored Feb 27, 2023
1 parent 6ec2533 commit 7e1a319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/task_config_build_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ echo set\(USE_BLAS openblas\) >> config.cmake
# echo set\(USE_NNPACK ON\) >> config.cmake
# echo set\(NNPACK_PATH /NNPACK/build/\) >> config.cmake
# echo set\(USE_ANTLR ON\) >> config.cmake
echo set\(CMAKE_CXX_COMPILER g++\) >> config.cmake
# echo set\(CMAKE_CXX_COMPILER g++\) >> config.cmake # NOTE: don't set this to use sccache in CI.
echo set\(CMAKE_CXX_FLAGS -Werror\) >> config.cmake
# echo set\(HIDE_PRIVATE_SYMBOLS ON\) >> config.cmake
# echo set\(USE_VTA_TSIM ON\) >> config.cmake
Expand Down

0 comments on commit 7e1a319

Please sign in to comment.