Add interrupt

This commit is contained in:
Valentin Dabstep 2025-06-16 00:31:26 +03:00
parent 207b889fef
commit 4d6a5f8700
123 changed files with 1181239 additions and 1181234 deletions

View file

@ -1,8 +1,8 @@
import os
Import("env")
# include toolchain paths
env.Replace(COMPILATIONDB_INCLUDE_TOOLCHAIN=True)
# override compilation DB path
import os
Import("env")
# include toolchain paths
env.Replace(COMPILATIONDB_INCLUDE_TOOLCHAIN=True)
# override compilation DB path
env.Replace(COMPILATIONDB_PATH="compile_commands.json")