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/scaninc | |
parent | a9a1e08acac9dab227f0421be5f42128a9fd2537 (diff) |
Pass down host variables
Diffstat (limited to 'tools/scaninc')
-rw-r--r-- | tools/scaninc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/scaninc/Makefile b/tools/scaninc/Makefile index 1516f159..6168acd6 100644 --- a/tools/scaninc/Makefile +++ b/tools/scaninc/Makefile @@ -1,5 +1,3 @@ -CXX = g++ - CXXFLAGS = -Wall -Werror -std=c++11 -O2 SRCS = scaninc.cpp c_file.cpp asm_file.cpp source_file.cpp |