summarylogtreecommitdiffstats
path: root/mp3guessenc-flags.patch
blob: 852ae14827cf672c4aee3caba2ea58a265548247 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -Naur mp3guessenc-0.27.4.orig/Makefile mp3guessenc-0.27.4/Makefile
--- mp3guessenc-0.27.4.orig/Makefile	2019-01-06 20:33:01.398143759 -0500
+++ mp3guessenc-0.27.4/Makefile	2019-01-06 20:33:22.401596893 -0500
@@ -31,8 +31,8 @@
 CC = gcc
 #CC = tcc
 #CC = clang
-CFLAGS = -Wall
-LDFLAGS =
+CFLAGS += -Wall
+LDFLAGS +=
 LIBS =
 
 # no need to change anything below here