$OpenBSD: patch-src_CMakeLists_txt,v 1.4 2015/01/05 22:30:54 dcoppa Exp $
--- src/CMakeLists.txt.ports.orig	Mon Oct  6 00:35:01 2014
+++ src/CMakeLists.txt	Mon Jan  5 16:23:32 2015
@@ -99,7 +99,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(
@@ -107,7 +107,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(
