Skip to content

Commit

Permalink
[ATLAS] Set Atlas Default cxx11 abi to OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
doxutx committed May 20, 2024
1 parent 5713190 commit dc16e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build_atlas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ cmake ${TNN_ROOT_PATH} \
-DTNN_OPENMP_ENABLE:BOOL="ON" \
-DTNN_X86_ENABLE:BOOL="OFF" \
-DTNN_BUILD_SHARED:BOOL="ON" \
-DTNN_GLIBCXX_USE_CXX11_ABI_ENABLE="OFF" \
-DCMAKE_SYSTEM_PROCESSOR=$TARGET_ARCH \
-DTNN_ATLAS_ENABLE:BOOL="ON"

Expand Down

0 comments on commit dc16e53

Please sign in to comment.