diff options
author | camthesaxman <cameronghall@cox.net> | 2017-05-11 21:57:48 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-05-11 21:57:48 -0500 |
commit | 543820c7264ad7f2cc206602e88f2172735bbcd3 (patch) | |
tree | 1447bd16c684614da4fc93c95841ef018b0c0b50 /tools/preproc | |
parent | 46048394acb7f6441a362c41cc16b7d7d31ba210 (diff) |
strip debugging symbols from tools
Diffstat (limited to 'tools/preproc')
-rw-r--r-- | tools/preproc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/preproc/Makefile b/tools/preproc/Makefile index e5321afbd..1f4c58e21 100644 --- a/tools/preproc/Makefile +++ b/tools/preproc/Makefile @@ -1,6 +1,6 @@ CXX := g++ -CXXFLAGS := -std=c++11 -O2 -Wall -Wno-switch +CXXFLAGS := -std=c++11 -O2 -s -Wall -Wno-switch SRCS := asm_file.cpp c_file.cpp charmap.cpp preproc.cpp string_parser.cpp \ utf8.cpp |