mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
onnxruntime: enable lto
This commit is contained in:
parent
4af55b773f
commit
a83d217703
@ -41,8 +41,7 @@ stdenv.mkDerivation rec {
|
||||
cmakeFlags = [
|
||||
"-Donnxruntime_USE_OPENMP=ON"
|
||||
"-Donnxruntime_BUILD_SHARED_LIB=ON"
|
||||
# flip back to ON next release
|
||||
"-Donnxruntime_ENABLE_LTO=OFF" # https://github.com/microsoft/onnxruntime/issues/2828
|
||||
"-Donnxruntime_ENABLE_LTO=ON"
|
||||
];
|
||||
|
||||
# ContribOpTest.StringNormalizerTest sets locale to en_US.UTF-8"
|
||||
|
Loading…
Reference in New Issue
Block a user