mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 22:40:01 -04:00
try compiling with -O3
This commit is contained in:
parent
3a2ab40e75
commit
276d6b685b
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ rm -rf mbedtls
|
|||
git clone -b mbedtls-3.6.2 --recursive --depth=1 https://github.com/Mbed-TLS/mbedtls mbedtls
|
||||
cd mbedtls
|
||||
|
||||
emmake make CFLAGS="-Oz" no_test -j$CORE_COUNT
|
||||
emmake make CFLAGS="-O3" no_test -j$CORE_COUNT
|
||||
make DESTDIR="$PREFIX" install
|
||||
|
||||
rm -rf $PREFIX/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue