MCPcopy Create free account
hub / github.com/cztomczak/cefpython / print_compiler_options

Function print_compiler_options

tools/build_cpp_projects.py:98–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96
97
98def print_compiler_options():
99 compiler = get_compiler()
100 print("build_cpp_projects.py] Shared macros:")
101 pprint(MACROS, indent=3, width=160)
102 print("[build_cpp_projects.py] cefpython_app library macros:")
103 pprint(cefpython_app_MACROS, indent=3, width=160)
104 print("[build_cpp_projects.py] subprocess executable macros:")
105 pprint(subprocess_MACROS, indent=3, width=160)
106 print("[build_cpp_projects.py] Compiler options:")
107 pprint(vars(compiler), indent=3, width=160)
108
109
110def get_compiler(static=False):

Callers 1

mainFunction · 0.85

Calls 1

get_compilerFunction · 0.85

Tested by

no test coverage detected