moon icon indicating copy to clipboard operation
moon copied to clipboard

add a flag to disable all cc compilations

Open lijunchen opened this issue 1 year ago • 0 comments

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.

lijunchen avatar Feb 27 '25 03:02 lijunchen