Browse Source

toolchain.conf: changed to not enable ccache by default

Disk I/O didn't scaled the way CPUs did in the last years so there is not
much sense to waste lots of I/O and gaining nothing on normal disks.
master
Christian Wiese 10 years ago
parent
commit
08914204b0
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      pkgsel.d/Development_/Ugly/toolchain.conf

+ 5
- 5
pkgsel.d/Development_/Ugly/toolchain.conf

@ -1,11 +1,12 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkgsel/Development_/Ugly/toolchain.conf
#
# Filename: target/mnemosyne/pkgsel.d/Development_/Ugly/toolchain.conf
# Copyright (C) 2014 The OpenSDE Project
# Copyright (C) 2002 - 2006 Alejandro Mery # Copyright (C) 2002 - 2006 Alejandro Mery
#
#
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
#
#
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
@ -20,4 +21,3 @@ if [ "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" == embedded -o \
hack_stages 0 automake autoconf binutils flex libtool ccache hack_stages 0 automake autoconf binutils flex libtool ccache
fi fi
SDECFGSET_PKG_CCACHE_USEIT=1

Loading…
Cancel
Save