diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-11-24 00:51:53 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-11-24 00:51:53 -0800 |
commit | b3dea01d1ad6803b96865a846b56494506ccc74e (patch) | |
tree | b6d21894711aff4d0fa1197434a03cacfaf0d594 /starts/meaning-vm/makefile | |
parent | fed2ac694bd028d119581ea05a3376e791aee97d (diff) | |
download | standingwithresilience-b3dea01d1ad6803b96865a846b56494506ccc74e.tar.gz standingwithresilience-b3dea01d1ad6803b96865a846b56494506ccc74e.zip |
changes didn't pan out; next change is big (merging statementevaluable with ref). saving work.
Diffstat (limited to 'starts/meaning-vm/makefile')
-rw-r--r-- | starts/meaning-vm/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |