first commit
This commit is contained in:
commit
1c2e952b5a
41 changed files with 1198 additions and 0 deletions
20
config/lambda_config.h
Normal file
20
config/lambda_config.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* Configuration for lambda generated by Alire */
|
||||
#ifndef LAMBDA_CONFIG_H
|
||||
#define LAMBDA_CONFIG_H
|
||||
|
||||
#define CRATE_VERSION "0.1.0-dev"
|
||||
#define CRATE_NAME "lambda"
|
||||
|
||||
#define ALIRE_HOST_OS "linux"
|
||||
|
||||
#define ALIRE_HOST_ARCH "x86_64"
|
||||
|
||||
#define ALIRE_HOST_DISTRO "fedora"
|
||||
|
||||
#define BUILD_PROFILE_RELEASE 1
|
||||
#define BUILD_PROFILE_VALIDATION 2
|
||||
#define BUILD_PROFILE_DEVELOPMENT 3
|
||||
|
||||
#define BUILD_PROFILE 1
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue