From 734368d9128f97c5a7864e2a142ff442a5cbcd7a Mon Sep 17 00:00:00 2001
From: jacob1 <jfu614@gmail.com>
Date: Thu, 7 Aug 2014 22:03:57 -0400
Subject: [PATCH] fix debug compiling

---
 SConscript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SConscript b/SConscript
index 8b267497b..cbf4a0ddb 100644
--- a/SConscript
+++ b/SConscript
@@ -406,7 +406,7 @@ if GetOption('debugging'):
 		else:
 			env.Append(CCFLAGS=['/MDd'])
 	else:
-		env.Append(CCFLAGS=['-Wall', '-pg', '-g'])
+		env.Append(CCFLAGS=['-Wall', '-g'])
 elif GetOption('release'):
 	if msvc:
 		env.Append(CCFLAGS=['/O2', '/fp:fast'])