diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-25 19:50:27 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-25 19:50:27 -0500 |
commit | eb6009acbf97b364c63f4ada1dfde29d9e224d55 (patch) | |
tree | ec3ddbc8d2dae76828a42b9fd4334f42bb54428f /Makefile | |
parent | 4af14b8c3e2b8c0ef230158b91e8a890dc34e523 (diff) |
streamline single execution
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ CXXFLAGS += -std=c++17 -g3 -ggdb -O0 \ -Wall -Wextra -pedantic -Werror \ - -fno-exceptions -fno-rtti #-fstack-usage + -fno-exceptions -fno-rtti #-fstack-usage CXXFILES := corewords.cpp dictionary.cpp parser.cpp state.cpp OBJFILES := $(subst .cpp,.o,$(CXXFILES)) |