From b3dea01d1ad6803b96865a846b56494506ccc74e Mon Sep 17 00:00:00 2001 From: olpc user Date: Sun, 24 Nov 2019 00:51:53 -0800 Subject: changes didn't pan out; next change is big (merging statementevaluable with ref). saving work. --- starts/meaning-vm/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starts/meaning-vm/makefile') diff --git a/starts/meaning-vm/makefile b/starts/meaning-vm/makefile index c037661..7c39de3 100644 --- a/starts/meaning-vm/makefile +++ b/starts/meaning-vm/makefile @@ -1,4 +1,4 @@ -CXXFLAGS=-std=c++17 -fno-operator-names -ggdb -O0 +CXXFLAGS=-Wall -Werror -std=c++17 -fno-operator-names -ggdb -O0 LINK.o=$(LINK.cc) main: main.o concept.o helpers.o memorystore.o meaning.o -- cgit v1.2.3