aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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