File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -837,7 +837,6 @@ def get_cflags(user_args):
837
837
if settings .EMSCRIPTEN_TRACING :
838
838
cflags .append ('-D__EMSCRIPTEN_TRACING__=1' )
839
839
840
-
841
840
if settings .SHARED_MEMORY :
842
841
cflags .append ('-D__EMSCRIPTEN_SHARED_MEMORY__=1' )
843
842
@@ -1908,7 +1907,6 @@ def default_setting(name, new_default):
1908
1907
# overrides that.
1909
1908
default_setting ('ABORTING_MALLOC' , 0 )
1910
1909
1911
-
1912
1910
if settings .SHARED_MEMORY :
1913
1911
# UTF8Decoder.decode doesn't work with a view of a SharedArrayBuffer
1914
1912
settings .TEXTDECODER = 0
Original file line number Diff line number Diff line change @@ -538,6 +538,7 @@ def variations(cls):
538
538
# pthreads and Wasm workers are currently not supported together.
539
539
return [combo for combo in combos if not combo ['is_mt' ] or not combo ['is_ww' ]]
540
540
541
+
541
542
class OptimizedAggressivelyForSizeLibrary (Library ):
542
543
def __init__ (self , ** kwargs ):
543
544
self .is_optz = kwargs .pop ('is_optz' )
You can’t perform that action at this time.
0 commit comments