From 384fa3cc184d82a4a8a929371d6b633aab19eaa8 Mon Sep 17 00:00:00 2001 From: Steffen Pohle Date: Tue, 18 Jan 2022 20:09:20 +0100 Subject: [PATCH] disabling profiling --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8e89ebf..2258722 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,7 @@ CXX=g++ -# CXXFLAGS= -Wall -ggdb -g -std=c++11 -pg -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -CXXFLAGS= -Wall -ggdb -g -std=c++11 -pg -I/usr/include/libxml2 -LDFLAGS= -lm -L/usr/local/lib -g -ggdb -pg -lxml2 -lcrypto +CXXFLAGS= -Wall -ggdb -g -std=c++11 -I/usr/include/libxml2 +LDFLAGS= -lm -L/usr/local/lib -g -ggdb -lxml2 -lcrypto APPS = fbsh-cli