diff options
| author | Roland Reichwein <mail@reichwein.it> | 2020-03-30 18:33:01 +0200 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2020-03-30 18:33:01 +0200 | 
| commit | 79fbc8bf495770e4a8b7c66c46acf07f4e47e568 (patch) | |
| tree | 174c0f3c194013c39a73f6a50ed8866784388c07 /Makefile | |
| parent | 2eb2383387d16fc919c07e1a6b9211406576b893 (diff) | |
Speed up compile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -3,10 +3,10 @@ PROJECTNAME=minicc  CXX=clang++-10  #CXX=g++-9 +#CXXFLAGS=-O2 -DNDEBUG  CXXFLAGS=-O0 -g -D_DEBUG  # -fprofile-instr-generate -fcoverage-mapping  # gcc:--coverage -#CXXFLAGS=-O2 -DNDEBUG  CXXFLAGS+= -Wall -I. | 
