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

Method get_cflags

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

Source from the content-addressed store, hash-verified

926 super().__init__(**kwargs)
927
928 def get_cflags(self):
929 cflags = super().get_cflags()
930 if self.is_asan:
931 cflags += ['-fsanitize=address']
932 return cflags
933
934 def get_base_name(self):
935 name = super().get_base_name()

Callers

nothing calls this directly

Calls 1

get_cflagsMethod · 0.45

Tested by

no test coverage detected