diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-08 17:07:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 17:07:26 +0300 |
commit | 5bd65c61af7865f213ae142aa369c41ed272d24c (patch) | |
tree | 1fc64a437d7305403a2115ece9f044550ddc987f /tools/scaninc | |
parent | 59508fe7f84b67d7920a3cbc0df3cd6fe6cec71a (diff) | |
parent | 7594546ee990c55b5427a7f5bfc62263dc53ae5f (diff) |
Merge branch 'master' into master
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 |