You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jenkins/jenkins.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -223,8 +223,8 @@ if [ $JAVASCRIPT_TEST -eq 1 ]; then
223
223
export AR=emar
224
224
export RANLIB=emranlib
225
225
#export EMCC_DEBUG=1 # Uncomment to enable debugging
226
-
export EMCC_CFLAGS="-s ERROR_ON_UNDEFINED_SYMBOLS=0"# Required after v1.38.14 to avoid undefined symbol warnings from our Fortran object files being treated as errors
export EMCC_CFLAGS="-sERROR_ON_UNDEFINED_SYMBOLS=0"# Required after v1.38.14 to avoid undefined symbol warnings from our Fortran object files being treated as errors
0 commit comments