Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-08-30 23:30:56 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-08-30 23:30:56 +0300
commitd52707c0ff5730b99008b9760ab70f0293fa79f3 (patch)
tree3eee285979c99ef233e1c34ae79aa7798599cd35 /buildflags.h.in
parent853ba6754e54066a51268fd0e7040d0929ef6950 (diff)
Printing builds flags with remmina --full-version command option.
Diffstat (limited to 'buildflags.h.in')
-rw-r--r--buildflags.h.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/buildflags.h.in b/buildflags.h.in
new file mode 100644
index 000000000..95c791c29
--- /dev/null
+++ b/buildflags.h.in
@@ -0,0 +1,11 @@
+#ifndef REMMINA_BUILD_FLAGS_H
+#define REMMINA_BUILD_FLAGS_H
+
+#define CFLAGS "${CMAKE_C_FLAGS}"
+#define COMPILER_ID "${CMAKE_C_COMPILER_ID}"
+#define COMPILER_VERSION "${CMAKE_C_COMPILER_VERSION}"
+#define TARGET_ARCH "${TARGET_ARCH}"
+#define BUILD_CONFIG "${REMMINA_BUILD_CONFIG}"
+#define BUILD_TYPE "${CMAKE_BUILD_TYPE}"
+
+#endif /* REMMINA_BUILD_FLAGS_H */