$OpenBSD: patch-src_CMakeLists_txt,v 1.3 2014/07/09 20:03:29 zhuk Exp $
--- src/CMakeLists.txt.ports.orig	Thu Apr 24 12:03:29 2014
+++ src/CMakeLists.txt	Tue Jun  3 14:57:16 2014
@@ -96,7 +96,7 @@ if (QTONLY)
   # ce: don't know why this is needed here - on win32 
   # 'O2' is activated by default in release mode
   if(NOT WIN32)
-    add_definitions (${QT_DEFINITIONS} -O3)
+    add_definitions (${QT_DEFINITIONS})
   endif(NOT WIN32)
 
   include_directories(
@@ -104,7 +104,7 @@ if (QTONLY)
   )
 else (QTONLY)
   if(NOT WIN32)
-    add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS} -O3) 
+    add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) 
   endif(NOT WIN32)
 
   include_directories(
