diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-06-08 14:57:36 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2020-06-08 14:57:36 +0200 |
commit | 672325017c48804a933ef944e63f2b5918763f7f (patch) | |
tree | eba218a137421005ac1ec0a2473458cfe62f5a09 /tools/knarc | |
parent | a9a1e08acac9dab227f0421be5f42128a9fd2537 (diff) |
Pass down host variables
Diffstat (limited to 'tools/knarc')
-rw-r--r-- | tools/knarc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/knarc/Makefile b/tools/knarc/Makefile index 2e851af6..62af834f 100644 --- a/tools/knarc/Makefile +++ b/tools/knarc/Makefile @@ -1,5 +1,3 @@ -CXX := g++ - CXXFLAGS := -std=c++17 -O2 -Wall -Wno-switch -lstdc++fs SRCS := Source.cpp Narc.cpp |