RE-add -pthread

This commit is contained in:
Matt McWilliams 2021-09-22 02:53:19 -04:00
parent d7469344d3
commit 380f6bea7c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ NAME="Matt McWilliams"
BOOST_ROOT="/lib/x86_64-linux-gnu/"
CFLAGS="-DBOOST_THREAD_USE_LIB -s USE_BOOST_HEADERS=1"
CFLAGS="-pthread -DBOOST_THREAD_USE_LIB -s USE_BOOST_HEADERS=1"
LDFLAGS="$CFLAGS -s INITIAL_MEMORY=33554432" # 33554432 bytes = 32 MB
CONFIG_ARGS=(
--arch=x86_32 # use x86_32 to achieve minimal architectural optimization