Selaa lähdekoodia

scons: Use a cache for built files.

Like ccache, but works on all OSes.
tags/mesa_20090313
José Fonseca 17 vuotta sitten
vanhempi
commit
af3ab2d9f3
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      scons/gallium.py

+ 1
- 0
scons/gallium.py Näytä tiedosto

@@ -206,6 +206,7 @@ def generate(env):
# different scons versions building the same source file
env['build'] = build_dir
env.SConsignFile(os.path.join(build_dir, '.sconsign'))
env.CacheDir('build/cache')

# C preprocessor options
cppdefines = []

Loading…
Peruuta
Tallenna