summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/makefile
diff options
context:
space:
mode:
authorolpc user <olpc@xo-5d-f7-86.localdomain>2019-12-12 01:35:42 -0800
committerolpc user <olpc@xo-5d-f7-86.localdomain>2019-12-12 01:35:42 -0800
commitf04b23092c201e13229ee90625d03e97286649f4 (patch)
tree8b8651b3ac2c9dfb2e06d94ef6ae6abb2f91d033 /starts/meaning-vm/makefile
parentc87af57ce54cac3ae7f49758f3fc3fb6e0abb451 (diff)
downloadstandingwithresilience-f04b23092c201e13229ee90625d03e97286649f4.tar.gz
standingwithresilience-f04b23092c201e13229ee90625d03e97286649f4.zip
this code appears to make a try{} block loop in a weird compiler exception edgecase, narroing
Diffstat (limited to 'starts/meaning-vm/makefile')
-rw-r--r--starts/meaning-vm/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/starts/meaning-vm/makefile b/starts/meaning-vm/makefile
index 637c4fe..3c560e0 100644
--- a/starts/meaning-vm/makefile
+++ b/starts/meaning-vm/makefile
@@ -1,4 +1,4 @@
-CXXFLAGS=-Wall -Werror -Wno-error=deprecated-declarations -std=gnu++17 -fno-operator-names -ggdb -O0
+CXXFLAGS=-pedantic -Wall -Werror -Wno-error=deprecated-declarations -std=gnu++17 -fno-operator-names -ggdb -O0
LINK.o=$(LINK.cc)
all: level0 level1 habit-starts/rhythm