diff options
author | Jukka Jylänki <jujjyl@gmail.com> | 2014-03-16 04:08:02 +0200 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2014-03-28 23:06:17 -0400 |
commit | bbc711d5c719bbd14cd7849309e89608ae13d287 (patch) | |
tree | 0ea137dd83103c8ce0df5a29454b86ffc471b45c /tools/system_libs.py | |
parent | 0967703fd279255e2f479e6bba9bb7ef48e1c7d6 (diff) |
Migrate to using musl 0.9.13 strpbrk for better asm.js performance.
Diffstat (limited to 'tools/system_libs.py')
-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 527c573a..b6acd0a1 100644 --- a/tools/system_libs.py +++ b/tools/system_libs.py @@ -254,6 +254,7 @@ def calculate(temp_files, in_temp, stdout, stderr): 'strncat.c', 'strndup.c', 'strnlen.c', + 'strpbrk.c', 'strrchr.c', 'strsep.c', 'strspn.c', |