summaryrefslogtreecommitdiff
path: root/src/websockets/websockets.pro
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-10-19 14:25:25 +0200
committerKurt Pattyn <pattyn.kurt@gmail.com>2013-10-19 14:28:35 +0200
commiteac6f8de3299ad8e11b623a8e621bd1ed8cab807 (patch)
treeb9a1c81bfa7ed7d9b4926d1a2d2a171d6424f674 /src/websockets/websockets.pro
parent4258cb14c521ab6ba14e5aad953f41f3c9e8e471 (diff)
downloadqtwebsockets-eac6f8de3299ad8e11b623a8e621bd1ed8cab807.tar.gz
Add flag to not optimize when in debug mode
Change-Id: Iefaf4f6361042b3c3e5fb9bc620228e3e9cd3cbd Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/websockets/websockets.pro')
-rw-r--r--src/websockets/websockets.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/websockets/websockets.pro b/src/websockets/websockets.pro
index 5ba40c1..c26c715 100644
--- a/src/websockets/websockets.pro
+++ b/src/websockets/websockets.pro
@@ -39,3 +39,5 @@ SOURCES += \
$$PWD/qwebsocketframe_p.cpp
HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
+
+QMAKE_CXXFLAGS_DEBUG += -O0