summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/src/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DebuggerWX/src/SConscript')
-rw-r--r--Source/Core/DebuggerWX/src/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DebuggerWX/src/SConscript b/Source/Core/DebuggerWX/src/SConscript
index 4615a805ed..b9955a3270 100644
--- a/Source/Core/DebuggerWX/src/SConscript
+++ b/Source/Core/DebuggerWX/src/SConscript
@@ -14,7 +14,7 @@ files = ["LogWindow.cpp",
"RegisterWindow.cpp",
"RegisterView.cpp",
]
-wxenv = env.Copy(CXXFLAGS = "`wx-config --cppflags --debug` -DUSE_XPM_BITMAPS -DwxNEEDS_CHARPP",
+wxenv = env.Copy(CXXFLAGS = "`wx-config --cppflags` -DUSE_XPM_BITMAPS -DwxNEEDS_CHARPP",
LINKFLAGS = "-L/usr/local/lib -pthread `wx-config --libs --debug`")
wxenv.StaticLibrary("debwx", files, LIBS = ["common"])