[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- Subject: [PATCH] custom cflags
- From: Nikita Zlobin <nick87720z@xxxxxxxxx>
- Date: Mon, 16 May 2016 18:05:16 +0500
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index d3f738d..4a73c57 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# override e.g. `make install PREFIX=/usr`
PREFIX ?= /usr/local
-CFLAGS=-Wall `pkg-config --cflags jack` -O3
+CFLAGS += -Wall `pkg-config --cflags jack`
LIBS=`pkg-config --libs jack` -lpthread -lm
#compat w/ NetBSD and GNU Make
LDADD=${LIBS}
--
libgit2 0.23.4
--MP_/CDjA1CeLG5p3sYlV+dnR7Mw--