mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Revert local settings merged by error
This commit is contained in:
parent
2a7348f986
commit
3cd1c3b988
2 changed files with 0 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue