diff options
| author | Roland Reichwein <mail@reichwein.it> | 2020-03-21 22:11:57 +0100 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2020-03-21 22:11:57 +0100 | 
| commit | 365183e243d164185bca6ad9fa4e0d75664800f4 (patch) | |
| tree | e488e99f78551773518c2fb946cbd165bb6a8c90 /Makefile | |
| parent | cdf001920fde6652b344775589b0524ff6529809 (diff) | |
C++ grammer (WIP)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -3,7 +3,7 @@ PROJECTNAME=minicc  CXX=clang++-9  #CXX=g++-8 -CXXFLAGS=-O0 -D_DEBUG +CXXFLAGS=-O0 -g -D_DEBUG  # -fprofile-instr-generate -fcoverage-mapping  # gcc:--coverage  #CXXFLAGS=-O2 -DNDEBUG | 
