aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-02-25 19:50:27 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-02-25 19:50:27 -0500
commiteb6009acbf97b364c63f4ada1dfde29d9e224d55 (patch)
treeec3ddbc8d2dae76828a42b9fd4334f42bb54428f /Makefile
parent4af14b8c3e2b8c0ef230158b91e8a890dc34e523 (diff)
streamline single execution
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45011b6..30e210b 100644
--- a/Makefile
+++ b/Makefile
@@ -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))