aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2021-09-17 16:58:54 -0600
committerBen Burdette <bburdette@gmail.com>2021-09-17 16:58:54 -0600
commit037d53d9d932dab0e24d919e3fcbf1a6c5538030 (patch)
tree0c2e92e8098898d157c0c38dbeedd2b51773c174
parentcd8c232b554776031f61cee5f70a8825c60fbfdb (diff)
turn off the stack usage thing
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab8ab5ae1..b0636cf49 100644
--- a/Makefile
+++ b/Makefile
@@ -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