aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler/Makefile
diff options
context:
space:
mode:
authornealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-02-26 21:31:53 +0000
committernealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-02-26 21:31:53 +0000
commit02c244f1b29baf8dd519a1175fb19df0cdb99a0f (patch)
tree8a8ec62fa009e807135cf3f3a5be97e5792e8720 /src/client/linux/handler/Makefile
parentFix build breaks on Solaris using Sun Studio. (diff)
downloadbreakpad-02c244f1b29baf8dd519a1175fb19df0cdb99a0f.tar.xz
Fix for issue 242, plus a redo of how old exception handlers are tracked, and called.
R=Craig.Schlenter, luly81 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@315 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/linux/handler/Makefile')
-rw-r--r--src/client/linux/handler/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/linux/handler/Makefile b/src/client/linux/handler/Makefile
index ef30df1d..73be56d8 100644
--- a/src/client/linux/handler/Makefile
+++ b/src/client/linux/handler/Makefile
@@ -1,7 +1,7 @@
CXX=g++
CC=gcc
-CXXFLAGS=-gstabs -I../../.. -Wall -D_REENTRANT
+CXXFLAGS=-gstabs+ -I../../.. -Wall -D_REENTRANT
LDFLAGS=-lpthread
OBJ_DIR=.