|
|
|
|
@ -32,13 +32,13 @@ global |
|
|
|
|
|
|
|
|
|
# This controls the configure flags passed to every module (except qt-copy) by |
|
|
|
|
# default. If you have module-specific configure flags, they will be placed |
|
|
|
|
# after these flags to allow the module setting to override them. |
|
|
|
|
configure-flags --enable-debug=full |
|
|
|
|
# after these flags to allow the module setting to override the global setting. |
|
|
|
|
configure-flags --enable-debug |
|
|
|
|
|
|
|
|
|
# These are the compilation flags to use by default when compiling KDE. |
|
|
|
|
# The -march option also supports pentium4, athlon-xp, etc. See the gcc man |
|
|
|
|
# page for more information. |
|
|
|
|
cxxflags -g -pipe -march=i686 |
|
|
|
|
# gcc supports a -march option in order to generate specific code for pentium4, athlon-xp, |
|
|
|
|
# etc. See the gcc man page for more information. |
|
|
|
|
cxxflags -pipe |
|
|
|
|
|
|
|
|
|
# KDE has one of the most extensive translation packages in the world. They |
|
|
|
|
# are stored in the l10n module. kdesvn-build can automatically try to build |
|
|
|
|
|