From: "Michael R. Crusoe" <crusoe@debian.org>
Date: Fri, 6 Sep 2019 14:16:07 +0900
Subject: Ensure that we don't accidentally include profile mode

Forwarded: not-needed
---
 deps/sonLib/include.mk                 | 2 +-
 deps/xg/deps/gfakluge/makefile.detuned | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/deps/sonLib/include.mk b/deps/sonLib/include.mk
index d536d07..8f52bbd 100644
--- a/deps/sonLib/include.mk
+++ b/deps/sonLib/include.mk
@@ -54,7 +54,7 @@ cflags_ultraDbg = -Wall -Werror --pedantic -g -O1 -fno-inline -fno-omit-frame-po
 cppflags_ultraDbg = -g -O1 -fno-inline -fno-omit-frame-pointer -fsanitize=address
 
 #Profile flags
-cflags_prof = -Wall -Werror --pedantic -pg -O3 -g -Wno-error=unused-result
+cflags_prof = -Wall -Werror --pedantic -O3 -g -Wno-error=unused-result
 
 #Flags to use
 ifndef CGL_DEBUG
diff --git a/deps/xg/deps/gfakluge/makefile.detuned b/deps/xg/deps/gfakluge/makefile.detuned
index 218903e..0b93013 100644
--- a/deps/xg/deps/gfakluge/makefile.detuned
+++ b/deps/xg/deps/gfakluge/makefile.detuned
@@ -1,5 +1,5 @@
 CXX?=g++
-CXXFLAGS:=-O0 -pipe -std=c++11 -pg -ggdb
+CXXFLAGS:=-O0 -pipe -std=c++11 -ggdb
 
 
 BIN_DIR:=bin
