diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-12-13 11:43:39 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-12-13 11:43:39 -0800 |
commit | 09262f979ebee6e057b40421f89d46a0c5cbdd1a (patch) | |
tree | 4b668eb8e4b5bf3c71667c286efa4fe115058c94 | |
parent | fe86b3b137682db5c3764f016ee60a3bb5e65421 (diff) | |
download | standingwithresilience-09262f979ebee6e057b40421f89d46a0c5cbdd1a.tar.gz standingwithresilience-09262f979ebee6e057b40421f89d46a0c5cbdd1a.zip |
a request for support ended up in makefile; commiting changed file
-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) |