initial commit
This commit is contained in:
commit
9d20827c46
2469 changed files with 470994 additions and 0 deletions
11
qt-patches/009-all-all-disable inlining when debugging.patch
Normal file
11
qt-patches/009-all-all-disable inlining when debugging.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
diff -urN qt-mac-opensource-src-4.4.2.orig/mkspecs/common/g++.conf qt-mac-opensource-src-4.4.2/mkspecs/common/g++.conf
|
||||
--- qt-mac-opensource-src-4.4.2.orig/mkspecs/common/g++.conf 2008-09-21 01:43:49.000000000 +0400
|
||||
+++ qt-mac-opensource-src-4.4.2/mkspecs/common/g++.conf 2008-09-21 01:50:26.000000000 +0400
|
||||
@@ -9,6 +9,7 @@
|
||||
QMAKE_CFLAGS_WARN_OFF += -w
|
||||
QMAKE_CFLAGS_RELEASE += -O2
|
||||
QMAKE_CFLAGS_DEBUG += -g
|
||||
+QMAKE_CFLAGS_DEBUG += -fno-inline -fno-default-inline
|
||||
QMAKE_CFLAGS_SHLIB += -fPIC
|
||||
QMAKE_CFLAGS_STATIC_LIB += -fPIC
|
||||
QMAKE_CFLAGS_YACC += -Wno-unused -Wno-parentheses
|
||||
Reference in a new issue