aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Maudoux <guillaume.maudoux@tweag.io>2022-10-22 23:41:05 +0200
committerGuillaume Maudoux <guillaume.maudoux@tweag.io>2022-10-22 23:41:05 +0200
commit3cd1c3b9888ee4dfee0f0694061e6976949d5245 (patch)
tree7f84be46089102201b19dd9a58ea1e755d7b2ba0
parent2a7348f986f8c2c9d6419ea44f7a6b19a667c7d4 (diff)
Revert local settings merged by error
-rw-r--r--.gitignore1
-rw-r--r--mk/lib.mk2
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
diff --git a/mk/lib.mk b/mk/lib.mk
index 49f505ff8..92f0983d5 100644
--- a/mk/lib.mk
+++ b/mk/lib.mk
@@ -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