diff options
author | Guillaume Maudoux <guillaume.maudoux@tweag.io> | 2022-10-22 23:41:05 +0200 |
---|---|---|
committer | Guillaume Maudoux <guillaume.maudoux@tweag.io> | 2022-10-22 23:41:05 +0200 |
commit | 3cd1c3b9888ee4dfee0f0694061e6976949d5245 (patch) | |
tree | 7f84be46089102201b19dd9a58ea1e755d7b2ba0 | |
parent | 2a7348f986f8c2c9d6419ea44f7a6b19a667c7d4 (diff) |
Revert local settings merged by error
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | mk/lib.mk | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index d7f310396..8e0db013f 100644 --- a/.gitignore +++ b/.gitignore @@ -129,4 +129,3 @@ nix-rust/target result .vscode/ -baseline @@ -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 |