summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-10-19 19:19:48 +0200
committerKurt Pattyn <pattyn.kurt@gmail.com>2013-10-19 19:20:24 +0200
commit0903656aa3ec90ca7abd0023ac7ab03bcd5233c7 (patch)
treed19e98d2524a3068dac9de232f7253697c43e464 /src
parent10f80ad76fabe803cc8e16566a7aee383259a224 (diff)
downloadqtwebsockets-0903656aa3ec90ca7abd0023ac7ab03bcd5233c7.tar.gz
Remove CXX debug flags from project file
The debug flags are normally set by the Qt build environment. Change-Id: Icc61c7d5aeed7c73ac6c947d31d9eed71c02a606 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/websockets/websockets.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/websockets/websockets.pro b/src/websockets/websockets.pro
index c26c715..5ba40c1 100644
--- a/src/websockets/websockets.pro
+++ b/src/websockets/websockets.pro
@@ -39,5 +39,3 @@ SOURCES += \
$$PWD/qwebsocketframe_p.cpp
HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
-
-QMAKE_CXXFLAGS_DEBUG += -O0