Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/travis-integration e6ceae400 -> 7806421e4


Removing unrecognized command line option from Makefil


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/7806421e
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/7806421e
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/7806421e

Branch: refs/heads/travis-integration
Commit: 7806421e4c200223ccc00e0cb5284ca449da5fff
Parents: e6ceae4
Author: Aldrin Piri <ald...@apache.org>
Authored: Thu May 5 10:51:34 2016 -0400
Committer: Aldrin Piri <ald...@apache.org>
Committed: Thu May 5 10:51:34 2016 -0400

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/7806421e/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 521e212..ef91c82 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ AR=ar
 TARGET_DIR= ./build
 TARGET_LIB=libminifi.a
 TARGET_EXE=minifi
-CFLAGS=-O0 -fexceptions -fpermissive -Wno-write-strings -std=c++11 -fPIC -Wall 
-g -Wno-unused-private-field
+CFLAGS=-O0 -fexceptions -fpermissive -Wno-write-strings -fPIC -Wall -g 
-Wno-unused-private-field
 INCLUDES=-I./inc -I./src -I./test -I/usr/include/libxml2 
-I/usr/local/opt/leveldb/include/
 LDDIRECTORY=-L/usr/local/opt/leveldb/lib/ -L./build
 LDFLAGS=-lminifi -lxml2 -lleveldb -pthread -luuid

Reply via email to