aboutsummaryrefslogtreecommitdiffstats
path: root/config/adachip_config.h
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2025-01-11 17:21:48 -0500
committerClyne Sullivan <clyne@bitgloo.com>2025-01-11 17:21:48 -0500
commit1bd0c44fca6abb9d881b420b951ccac284a2c6cb (patch)
tree67c3ab33fa3bf7ff86994ffe539e10a1eb31414a /config/adachip_config.h
parent7c0bbdecaf4a39e1e88a2d3e389629af694811a0 (diff)
fix build file naming
Diffstat (limited to 'config/adachip_config.h')
-rw-r--r--config/adachip_config.h20
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