summarylogtreecommitdiffstats
path: root/cmake-flags.conf
diff options
context:
space:
mode:
Diffstat (limited to 'cmake-flags.conf')
-rw-r--r--cmake-flags.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake-flags.conf b/cmake-flags.conf
new file mode 100644
index 000000000000..db0077b91d8c
--- /dev/null
+++ b/cmake-flags.conf
@@ -0,0 +1,4 @@
+#-- CMAKE flags
+#CMAKE_C_COMPILER="command gcc $CFLAGS"
+#CMAKE_CXX_COMPILER="command g++ $CXXFLAGS"
+#CMAKE_LINKER="command ld $LDFLAGS"