Performance: remove unused definition files to reduce compile time for memfs.c

This commit is contained in:
Shahram Najm 2019-05-01 17:51:57 +01:00
parent d536148a64
commit 5f7b4022ae
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ import binascii
assert len(sys.argv) > 2
# 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]]
print(dirs)