diff options
Diffstat (limited to 'config/ada_chip_config.h')
-rw-r--r-- | config/ada_chip_config.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config/ada_chip_config.h b/config/ada_chip_config.h new file mode 100644 index 0000000..c0a1fa9 --- /dev/null +++ b/config/ada_chip_config.h @@ -0,0 +1,20 @@ +/* Configuration for ada_chip generated by Alire */ +#ifndef ADA_CHIP_CONFIG_H +#define ADA_CHIP_CONFIG_H + +#define CRATE_VERSION "0.1.0-dev" +#define CRATE_NAME "ada_chip" + +#define ALIRE_HOST_OS "linux" + +#define ALIRE_HOST_ARCH "x86_64" + +#define ALIRE_HOST_DISTRO "debian" + +#define BUILD_PROFILE_RELEASE 1 +#define BUILD_PROFILE_VALIDATION 2 +#define BUILD_PROFILE_DEVELOPMENT 3 + +#define BUILD_PROFILE 3 + +#endif |