Powered by Linux
[PATCH 01/18] Allow additional CFLAGS to be specified, e.g. "CFLAGS=-m64 make" — Semantic Matching Tool

[PATCH 01/18] Allow additional CFLAGS to be specified, e.g. "CFLAGS=-m64 make"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: John Levon <levon@xxxxxxxxxxxxxxxxx>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f4d6835f..fe3af882 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ ifeq ($(CC),"")
 CC = gcc
 endif
 
-CFLAGS = -O2 -finline-functions -fno-strict-aliasing -g
+CFLAGS += -O2 -finline-functions -fno-strict-aliasing -g
 CFLAGS += -Wall -Wwrite-strings -Wno-switch
 LDFLAGS += -g -lm -lsqlite3 -lssl -lcrypto
 LD = gcc
-- 
2.14.1





[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux