Try flags from https://github.com/boostorg/config/issues/402
This commit is contained in:
parent
0a921d4cc0
commit
6a0126d533
|
@ -5,7 +5,7 @@ NAME="Matt McWilliams"
|
||||||
|
|
||||||
BOOST_ROOT="/lib/x86_64-linux-gnu/"
|
BOOST_ROOT="/lib/x86_64-linux-gnu/"
|
||||||
|
|
||||||
CFLAGS="-pthread -DBOOST_THREAD_USE_LIB -s USE_BOOST_HEADERS=1 -s USE_ZLIB=1"
|
CFLAGS="-pthread -DBOOST_THREAD_USE_LIB -s USE_BOOST_HEADERS=1 -s EXIT_RUNTIME=1 -s PTHREAD_POOL_SIZE=4"
|
||||||
LDFLAGS="$CFLAGS -s INITIAL_MEMORY=33554432" # 33554432 bytes = 32 MB
|
LDFLAGS="$CFLAGS -s INITIAL_MEMORY=33554432" # 33554432 bytes = 32 MB
|
||||||
CONFIG_ARGS=(
|
CONFIG_ARGS=(
|
||||||
--arch=x86_32 # use x86_32 to achieve minimal architectural optimization
|
--arch=x86_32 # use x86_32 to achieve minimal architectural optimization
|
||||||
|
|
Loading…
Reference in New Issue