Author: Michael R. Crusoe <crusoe@debian.org>
Description: Ensure that we don't accidentally include profile mode
Forwarded: not-needed
--- a/deps/gfakluge/makefile.detuned
+++ b/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
--- a/deps/sonLib/include.mk
+++ b/deps/sonLib/include.mk
@@ -54,7 +54,7 @@ cflags_ultraDbg = -Wall -Werror --pedant
 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
