mirror of https://github.com/ecmwf/eccodes.git
Performance: remove unused definition files to reduce compile time for memfs.c
This commit is contained in:
parent
d536148a64
commit
5f7b4022ae
3
memfs.py
3
memfs.py
|
@ -8,7 +8,8 @@ import binascii
|
||||||
assert len(sys.argv) > 2
|
assert len(sys.argv) > 2
|
||||||
|
|
||||||
# For now exclude GRIB3 as it is still experimental
|
# For now exclude GRIB3 as it is still experimental
|
||||||
EXCLUDED = ['grib3']
|
# The BUFR codetables is not used in the engine
|
||||||
|
EXCLUDED = ['grib3', 'codetables']
|
||||||
|
|
||||||
dirs = [os.path.realpath(x) for x in sys.argv[1:-1]]
|
dirs = [os.path.realpath(x) for x in sys.argv[1:-1]]
|
||||||
print(dirs)
|
print(dirs)
|
||||||
|
|
Loading…
Reference in New Issue