native_toolchain_c 0.3.4
native_toolchain_c: ^0.3.4 copied to clipboard
A library to invoke the native C compiler installed on the host machine.
0.3.4 #
- Bump
package:native_assets_clito 0.4.0.
0.3.3 #
- Export
environmentFromBatchFile. - Bump
package:native_assets_clito 0.3.2.
0.3.2 #
- Added workaround minSdkVersion 19 and 20 for Android.
- Start using sysroot for Android.
- Added tests for up to Android API version 34.
0.3.1 #
- Added MSVC arm64 toolchain.
0.3.0 #
- Bump
package:native_assets_clito 0.3.0.
0.2.5 #
- Explicitly tell linker to create position dependent or position independent executable (#113).
0.2.4 #
- Added
includesfor specifying include directories. - Added
flagsfor specifying arbitrary compiler flags. - Added
stdfor specifying a language standard. - Added
languagefor selecting the language (candcpp) to compile source files as. - Added
cppLinkStdLibfor specifying the C++ standard library to link against.
0.2.2 #
- Generate position independent code for libraries by default and add
picoption to control this behavior.
0.2.1 #
- Added
definesfor specifying custom defines. - Added
buildModeDefineto toggle define for current build mode. - Added
ndebugDefineto toggle define ofNDEBUGfor non-debug builds.
0.1.0 #
- Initial version.