Add options to use scons caching for faster iteration.

Sort the sets in source generation so they are generated consistently between runs; otherwise caching is useless.
This commit is contained in:
Emilien Bauer
2022-09-13 10:37:58 +02:00
parent 204e504d68
commit 8e717acf48
3 changed files with 21 additions and 1 deletions

3
.gitignore vendored
View File

@@ -12,6 +12,9 @@ src/gen
logs/*
*.log
# The default cache directory
cache/
# Binaries
*.o
*.os