[WIP] Implementing "console" output and stuff.

This commit is contained in:
2024-01-16 10:21:14 +01:00
parent e938f76823
commit 6ec9e0d320
21 changed files with 509 additions and 216 deletions

View File

@@ -15,6 +15,7 @@ target = GetOption('target')
env = Environment(tools = ['default', 'compilation_db'])
env.Append(CCFLAGS = ['-g', '-O0'])
# env.Append(CCFLAGS = ['-O2'])
env['ISO_FILES'] = []
env = SConscript('bastl/SConscript', exports = 'env')