Add configurable debug logging #22

Merged
Dniel97 merged 2 commits from Bottersnike/segatools:develop into develop 2024-07-01 18:42:02 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit ded89f6343 - Show all commits

View File

@ -14,7 +14,7 @@ DIST_DIR := dist
# Add "-D[option]=[value]" here as necessary
MESON_OPTIONS :=
# For options that shouldn't be committed
include MesonLocalOptions.mk
-include MesonLocalOptions.mk
Bottersnike marked this conversation as resolved Outdated

What will happen if the file doesn't exist, as it is not commited by now? I would prefer to commit an empty MesonLocalOptions.mk file.

What will happen if the file doesn't exist, as it is not commited by now? I would prefer to commit an empty `MesonLocalOptions.mk` file.

I'll double check what happens, and if it would error I'll add a guard. committing an empty file defeats the point, as now it's easy to accidentally commit the debug options

I'll double check what happens, and if it would error I'll add a guard. committing an empty file defeats the point, as now it's easy to accidentally commit the debug options
# -----------------------------------------------------------------------------
# Targets