citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit dd4786f242c7e3b4ab83fca606e47dd9973fe2be
parent 29b465965c21ff7854f0d9dba0989b167f2df317
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun, 13 Mar 2016 22:07:19 -0600

instrument: split up compiler and -std=

Diffstat:
Minstrument/Makefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/instrument/Makefile b/instrument/Makefile @@ -1,11 +1,12 @@ PROG = scv_instrument SRCS = main.cxx instrumenter.cxx +CXX = eg++ +CXXFLAGS += -std=c++11 CXXFLAGS += -I/usr/local/include CXXFLAGS += -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS CXXFLAGS += -fno-rtti -Wall # CXXFLAGS += -ggdb -DDEBUG -CXX = eg++ -std=c++11 # OpenBSD has it's third part libraries here LDFLAGS += -L/usr/local/lib