Revert local settings merged by error

This commit is contained in:
Guillaume Maudoux 2022-10-22 23:41:05 +02:00
parent 2a7348f986
commit 3cd1c3b988
2 changed files with 0 additions and 3 deletions

1
.gitignore vendored
View file

@ -129,4 +129,3 @@ nix-rust/target
result
.vscode/
baseline

View file

@ -87,8 +87,6 @@ endif
# Pass -g if we want debug info.
BUILD_DEBUG ?= 1
GLOBAL_CXXFLAGS += -gdwarf-4
ifeq ($(BUILD_DEBUG), 1)
GLOBAL_CFLAGS += -g
GLOBAL_CXXFLAGS += -g