There was an error while loading. Please reload this page.
1 parent c78b047 commit 082c9aaCopy full SHA for 082c9aa
1 file changed
cmake/FindHipoDeps.cmake
@@ -124,8 +124,9 @@ if (BUILD_OPENBLAS)
124
# Force optimization even in Debug builds to avoid register spills
125
# Force high optimization and strip debug symbols for the kernels
126
-DCMAKE_BUILD_TYPE=Release
127
- -DCMAKE_C_FLAGS_DEBUG="-O2"
128
- -DCMAKE_C_FLAGS="-O3"
+ -DCMAKE_C_FLAGS="-O3 -fomit-frame-pointer"
+ -DCMAKE_C_FLAGS_RELEASE="-O3 -fomit-frame-pointer"
129
+ -DCMAKE_C_FLAGS_DEBUG="-O2 -fomit-frame-pointer"
130
-DCORE_OPTIMIZATION="-O3"
131
)
132
FetchContent_MakeAvailable(openblas)
0 commit comments