Skip to content

Commit

Permalink
Add build flags to libwasm_workers
Browse files Browse the repository at this point in the history
  • Loading branch information
juj committed Oct 25, 2021
1 parent 47b15a6 commit 7548e27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/system_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,8 @@ def can_use(self):
class libwasm_workers(MTLibrary):
name = 'libwasm_workers'

cflags = ['-Os', '-pthread']

def get_files(self):
return files_in_path(
path='system/lib/wasm_worker',
Expand Down

0 comments on commit 7548e27

Please sign in to comment.