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

Method get_cflags

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

Source from the content-addressed store, hash-verified

2047 super().__init__(**kwargs)
2048
2049 def get_cflags(self):
2050 cflags = super().get_cflags()
2051 if self.ignore_case:
2052 cflags += ['-DWASMFS_CASE_INSENSITIVE']
2053 return cflags
2054
2055 def get_base_name(self):
2056 name = super().get_base_name()

Callers

nothing calls this directly

Calls 1

get_cflagsMethod · 0.45

Tested by

no test coverage detected