mirror of
https://github.com/NixOS/nix.git
synced 2025-12-03 23:51:00 +01:00
turn off the stack usage thing
This commit is contained in:
parent
cd8c232b55
commit
037d53d9d9
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -31,4 +31,5 @@ endif
|
||||||
|
|
||||||
include mk/lib.mk
|
include mk/lib.mk
|
||||||
|
|
||||||
GLOBAL_CXXFLAGS += -g -Wall -include config.h -std=c++17 -fstack-usage
|
# GLOBAL_CXXFLAGS += -g -Wall -include config.h -std=c++17 -fstack-usage
|
||||||
|
GLOBAL_CXXFLAGS += -g -Wall -include config.h -std=c++17
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue