native_toolchain_c 0.2.2 copy "native_toolchain_c: ^0.2.2" to clipboard
native_toolchain_c: ^0.2.2 copied to clipboard

A library to invoke the native C compiler installed on the host machine.

0.2.2 #

  • Generate position independent code for libraries by default and add pic option to control this behavior.

0.2.1 #

  • Added defines for specifying custom defines.
  • Added buildModeDefine to toggle define for current build mode.
  • Added ndebugDefine to toggle define of NDEBUG for non-debug builds.

0.2.0 #

  • Breaking change Rename assetName to assetId (#100).
  • Added topics.

0.1.0 #

  • Initial version.