Skip to content

Commit dc16e53

Browse files
committed
[ATLAS] Set Atlas Default cxx11 abi to OFF
1 parent 5713190 commit dc16e53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build_atlas.sh

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ cmake ${TNN_ROOT_PATH} \
3434
-DTNN_OPENMP_ENABLE:BOOL="ON" \
3535
-DTNN_X86_ENABLE:BOOL="OFF" \
3636
-DTNN_BUILD_SHARED:BOOL="ON" \
37+
-DTNN_GLIBCXX_USE_CXX11_ABI_ENABLE="OFF" \
3738
-DCMAKE_SYSTEM_PROCESSOR=$TARGET_ARCH \
3839
-DTNN_ATLAS_ENABLE:BOOL="ON"
3940

0 commit comments

Comments
 (0)