Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ get_base_name
Method
get_base_name
tools/system_libs.py:760–764 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
758
return
cflags
759
760
def
get_base_name(self):
761
name = super().get_base_name()
762
if
self.is_debug:
763
name +=
'-debug'
764
return
name
765
766
@classmethod
767
def
vary_on(cls):
Callers
nothing calls this directly
Calls
1
get_base_name
Method · 0.45
Tested by
no test coverage detected