[native_toolchain_c] Add defines to API #61
Labels
P3
A lower priority bug or feature request
package:native_toolchain_c
type-enhancement
A request for a change that isn't a bug
It's likely users compiling C code would like to set some defines.
These should be passed to the
CBuilder
constructor orrun
method.This would enable package-specific mapping from
BuildMode
to defines. (#60 currently hardcodesRELEASE=1
andDEBUG=1
.)The text was updated successfully, but these errors were encountered: