2024-05-24 21:54:17 +00:00
|
|
|
[config]
|
|
|
|
compile_commands = true
|
|
|
|
|
|
|
|
[targets.main]
|
2024-05-24 23:44:00 +00:00
|
|
|
outfile = "pss-total-waybar"
|
2024-05-24 21:54:17 +00:00
|
|
|
compiler_flags = ["-I."]
|
|
|
|
sources = [
|
|
|
|
"src/main.c",
|
|
|
|
]
|
|
|
|
|
|
|
|
[targets.debug]
|
|
|
|
compiler_flags = ["-fsanitize=address", "-O0", "-g"]
|
|
|
|
linker_flags = ["-fsanitize=address"]
|
|
|
|
|
|
|
|
[targets.release]
|
|
|
|
compiler_flags = ["-flto", "-O2"]
|
|
|
|
linker_flags = ["-flto"]
|