diff options
author | Ben Burdette <bburdette@gmail.com> | 2021-05-11 15:38:49 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2021-05-11 15:38:49 -0600 |
commit | e7847ad7a1268bbe6962a36a29b044ee841f1874 (patch) | |
tree | 856fb3c36aacee316fd85bb7a441a12cb7836dde /Makefile | |
parent | a8fef9a6b10c34e450d4251f7e9808c906e2f488 (diff) |
map1/2 for stack usage
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,4 +31,4 @@ endif include mk/lib.mk -GLOBAL_CXXFLAGS += -g -Wall -include config.h -std=c++17 +GLOBAL_CXXFLAGS += -g -Wall -include config.h -std=c++17 -fstack-usage |