diff options
author | Jukka Jylänki <jujjyl@gmail.com> | 2014-03-16 03:57:19 +0200 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2014-03-28 23:06:17 -0400 |
commit | 4fc97c69d66a81e93849ebbff1f6eed8be7dd174 (patch) | |
tree | cbd286947d534280650d067f45e23ab7b0b5c89c /tools | |
parent | fc1a3e285393446ef3cc2fad07b2611bf2da80d4 (diff) |
Migrate to using musl 0.9.13 strstr for better asm.js performance.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/system_libs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/system_libs.py b/tools/system_libs.py index 2564460a..5a30547f 100644 --- a/tools/system_libs.py +++ b/tools/system_libs.py @@ -251,6 +251,7 @@ def calculate(temp_files, in_temp, stdout, stderr): 'strnlen.c', 'strsep.c', 'strspn.c', + 'strstr.c', 'strverscmp.c', 'wcpcpy.c', 'wcpncpy.c', |