From d84b81bc12e6a22e442d5dce38e59222119311f0 Mon Sep 17 00:00:00 2001 From: olpc user Date: Tue, 10 Dec 2019 06:55:35 -0800 Subject: readded basic allocation; held pointers with a std::unique_ptr; added some words around increasing relevence --- 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 325a07c..637c4fe 100644 --- a/starts/meaning-vm/makefile +++ b/starts/meaning-vm/makefile @@ -1,4 +1,4 @@ -CXXFLAGS=-Wall -Werror -std=gnu++17 -fno-operator-names -ggdb -O0 +CXXFLAGS=-Wall -Werror -Wno-error=deprecated-declarations -std=gnu++17 -fno-operator-names -ggdb -O0 LINK.o=$(LINK.cc) all: level0 level1 habit-starts/rhythm -- cgit v1.2.3