SVN_SILENT Accidentally left out of last commit. Blast you, middle-click paste!! :(

svn path=/trunk/KDE/kdesdk/scripts/kdesvn-buildrc-sample; revision=484474
wilder
Michael Pyne 21 years ago
parent c082dd9787
commit bb9b44e7da
  1. 10
      kdesvn-buildrc-sample

@ -40,6 +40,16 @@ global
# page for more information.
cxxflags -g -pipe -march=i686
# 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
# and install languages for you, using this parameter. It should be a list
# of languages to build and install. This option requires the language code
# as present in l10n. You can look these codes up at
# http://i18n.kde.org/teams/
# kde-languages de # German
# kde-languages fr # French
# kde-languages en_GB cs # British English and Czech
# These are the default options passed to the make command. The default tries
# to build with 2 parallel compiles. If you are using distcc or have SMP, you
# should experiment with setting this value higher for best performance.

Loading…
Cancel
Save