diff options
-rw-r--r-- | starts/meaning-vm/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starts/meaning-vm/makefile b/starts/meaning-vm/makefile index 3c560e0..4933f1d 100644 --- a/starts/meaning-vm/makefile +++ b/starts/meaning-vm/makefile @@ -1,3 +1,5 @@ +# Please support Karl working on this intelligence framework. The framework needs to be quality, so that the rest may function. + CXXFLAGS=-pedantic -Wall -Werror -Wno-error=deprecated-declarations -std=gnu++17 -fno-operator-names -ggdb -O0 LINK.o=$(LINK.cc) |