diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-08 15:51:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 15:51:55 +0300 |
commit | 59508fe7f84b67d7920a3cbc0df3cd6fe6cec71a (patch) | |
tree | bc34c22dc974074c4a54734c4f9b3ceee4f03555 /tools | |
parent | 8baf7924fc2770e491a14494c35565f4b36c99ce (diff) | |
parent | a9a1e08acac9dab227f0421be5f42128a9fd2537 (diff) |
Merge branch 'master' into master
Diffstat (limited to 'tools')
-rw-r--r-- | tools/knarc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/knarc/Makefile b/tools/knarc/Makefile index 336fad3f..2e851af6 100644 --- a/tools/knarc/Makefile +++ b/tools/knarc/Makefile @@ -1,4 +1,4 @@ -CXX ?= g++-9 +CXX := g++ CXXFLAGS := -std=c++17 -O2 -Wall -Wno-switch -lstdc++fs |