mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 09:46:16 +02: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…
Reference in a new issue