diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-12-10 06:56:07 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-12-10 06:56:07 -0800 |
commit | 3a054408336ab5754a9da6050bf31110f2211c89 (patch) | |
tree | b58d22733d2ee50a24942bb6e06786d7a84ea9ce /starts/meaning-vm/makefile | |
parent | 971852c322523145f44bf384bebb82870a99708d (diff) | |
parent | d84b81bc12e6a22e442d5dce38e59222119311f0 (diff) | |
download | standingwithresilience-3a054408336ab5754a9da6050bf31110f2211c89.tar.gz standingwithresilience-3a054408336ab5754a9da6050bf31110f2211c89.zip |
Merge branch 'wip'
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 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 |