Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Jan 9, 2025
1 parent f6f5636 commit b9825d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ndk-pkg
Original file line number Diff line number Diff line change
Expand Up @@ -9236,10 +9236,10 @@ int main(int argc, const char *argv[]) {
EOF
unset CC CXX AS LD
run ./zig cc -flto -Os -s -o check-if-has-dynamic-section check-if-has-dynamic-section.c
fi

run ln -s ../wrapper-native-cc bin/cc
run ln -s ../wrapper-native-c++ bin/c++
run ln -s ../wrapper-native-cc bin/cc
run ln -s ../wrapper-native-c++ bin/c++
fi

##################################################################################

Expand Down

0 comments on commit b9825d6

Please sign in to comment.