Skip to content

Commit 7548e27

Browse files
committed
Add build flags to libwasm_workers
1 parent 47b15a6 commit 7548e27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/system_libs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,8 @@ def can_use(self):
906906
class libwasm_workers(MTLibrary):
907907
name = 'libwasm_workers'
908908

909+
cflags = ['-Os', '-pthread']
910+
909911
def get_files(self):
910912
return files_in_path(
911913
path='system/lib/wasm_worker',

0 commit comments

Comments
 (0)