diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-11-22 13:35:48 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-11-22 13:35:48 -0800 |
commit | 8565b47b9e8a59ac06e4f739d63218b0f1e5cb05 (patch) | |
tree | a6b42986293d5e6f3fa7d624bf783bc65db38cf3 /starts/meaning-vm/makefile | |
parent | 018ced49ce429b123cbf63534d75f16ca91a96c2 (diff) | |
download | standingwithresilience-8565b47b9e8a59ac06e4f739d63218b0f1e5cb05.tar.gz standingwithresilience-8565b47b9e8a59ac06e4f739d63218b0f1e5cb05.zip |
basic habit state change meaning boilerplate
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 ebbb00e..a562715 100644 --- a/starts/meaning-vm/makefile +++ b/starts/meaning-vm/makefile @@ -1,4 +1,4 @@ -CXXFLAGS=-std=c++14 -ggdb +CXXFLAGS=-std=c++14 -fno-operator-names -ggdb LINK.o=$(LINK.cc) main: main.o concept.o helpers.o |