MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / get_cflags

Method get_cflags

tools/system_libs.py:709–715  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

707 super().__init__(**kwargs)
708
709 def get_cflags(self):
710 cflags = super().get_cflags()
711 if self.is_mt:
712 cflags += ['-pthread']
713 if self.is_ww:
714 cflags += ['-sWASM_WORKERS']
715 return cflags
716
717 def get_base_name(self):
718 name = super().get_base_name()

Callers

nothing calls this directly

Calls 1

get_cflagsMethod · 0.45

Tested by

no test coverage detected