moon
moon copied to clipboard
add a flag to disable all cc compilations
Feature Request
add a flag to disable all cc compilations
Motivation
Currently, moon build requires all external C functions to be defined in native-stub and generates an executable. However, in some cases, we may want to use the generated C file in other C/C++ projects without providing all the stubs, as they can be quite large.