Kiln.toml
.This is what a basic config file will look like
[project]
name = "project-name"
version = "0.0.1"
language = "c"
[build_options]
compiler_path = "gcc"
[profile.debug]
flags = ["-Wall", "-g", "-O0", "-fsanitize=undefined"]
[profile.release]
flags = ["-Wall", "-O3"]