mirror of
https://github.com/PurpleI2P/i2pd-android.git
synced 2025-03-13 05:51:12 +00:00
modify build flags to reduce output
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
8b91fc0198
commit
5b2d7f39ae
@ -13,7 +13,7 @@ REMOVE_BOOST_LIBS_SUFFIX_ARM=-clang-mt-a32-${BOOST_VERSION_SUFFIX}
|
||||
|
||||
function build_one {
|
||||
echo "Configuring and building..."
|
||||
CXXFLAGS="-std=c++17" \
|
||||
CXXFLAGS="-std=c++14" \
|
||||
NCPU=$(nproc) \
|
||||
./build-android.sh \
|
||||
--boost=${BOOST_VERSION} \
|
||||
|
@ -7,11 +7,12 @@ function build_one {
|
||||
|
||||
echo "Configuring OpenSSL for ${CPU}..."
|
||||
./Configure \
|
||||
--prefix="$PWD/output" \
|
||||
${TARGET} \
|
||||
no-shared \
|
||||
no-tests \
|
||||
--prefix="$PWD/output" \
|
||||
-D__ANDROID_API__=${API}
|
||||
-D__ANDROID_API__=${API} \
|
||||
-Wno-macro-redefined
|
||||
|
||||
echo "Building OpenSSL for ${CPU}..."
|
||||
make -j $(nproc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user