diff options
author | Ben Burdette <bburdette@gmail.com> | 2021-09-17 16:58:54 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2021-09-17 16:58:54 -0600 |
commit | 037d53d9d932dab0e24d919e3fcbf1a6c5538030 (patch) | |
tree | 0c2e92e8098898d157c0c38dbeedd2b51773c174 | |
parent | cd8c232b554776031f61cee5f70a8825c60fbfdb (diff) |
turn off the stack usage thing
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,4 +31,5 @@ endif 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 |