diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-11 12:14:28 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-11 12:14:28 -0500 |
commit | 8fa66b024f91e47d8b5273e8c85ec5f60fe42d5b (patch) | |
tree | 1e3da4ec5bdfbbcb36ebd30ab9c055c45f50f279 /config/adachip_config.h | |
parent | cf8c3a51cb01b64ad2bc700fdd2b4906ef864877 (diff) |
initial upload
Diffstat (limited to 'config/adachip_config.h')
-rw-r--r-- | config/adachip_config.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config/adachip_config.h b/config/adachip_config.h new file mode 100644 index 0000000..1c5495e --- /dev/null +++ b/config/adachip_config.h @@ -0,0 +1,20 @@ +/* Configuration for adachip generated by Alire */ +#ifndef ADACHIP_CONFIG_H +#define ADACHIP_CONFIG_H + +#define CRATE_VERSION "0.1.0-dev" +#define CRATE_NAME "adachip" + +#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 |