diff options
Diffstat (limited to 'config/adachip_config.h')
-rw-r--r-- | config/adachip_config.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/config/adachip_config.h b/config/adachip_config.h deleted file mode 100644 index 1c5495e..0000000 --- a/config/adachip_config.h +++ /dev/null @@ -1,20 +0,0 @@ -/* 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 |