summarylogtreecommitdiffstats
path: root/cflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'cflags.patch')
-rw-r--r--cflags.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/cflags.patch b/cflags.patch
new file mode 100644
index 000000000000..d054af00710e
--- /dev/null
+++ b/cflags.patch
@@ -0,0 +1,7 @@
+--- conf-cc-orig 2018-03-02 19:19:21.854371204 +0100
++++ conf-cc 2018-03-02 19:19:29.861371762 +0100
+@@ -1,3 +1,3 @@
+-gcc -O2 -Wall -Wshadow -Wcast-align -Wwrite-strings
++gcc ${CFLAGS} -O2 -Wall -Wshadow -Wcast-align -Wwrite-strings
+
+ This will be used to compile .c files.