compile.sh: enable strip
This commit is contained in:
parent
fa4c023961
commit
76cd263c83
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ build_native_project()
|
||||||
cd $prj
|
cd $prj
|
||||||
fi
|
fi
|
||||||
./waf -o "$out" configure -T $BUILD_TYPE --android="$arch,$TOOLCHAIN,$API" $* build || die "$out"
|
./waf -o "$out" configure -T $BUILD_TYPE --android="$arch,$TOOLCHAIN,$API" $* build || die "$out"
|
||||||
./waf install --destdir=$ROOT/build/android/
|
./waf install --destdir=$ROOT/build/android/ --strip
|
||||||
cd $ROOT # obviously, we can't ../ from symlink directory, so change to our root directory
|
cd $ROOT # obviously, we can't ../ from symlink directory, so change to our root directory
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue