Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Description: Ensure that we don't accidentally include profile mode
--- vg.orig/deps/gfakluge/makefile.detuned
+++ vg/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
--- vg.orig/deps/sonLib/include.mk
+++ vg/deps/sonLib/include.mk
@@ -54,7 +54,7 @@
 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
