diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-08-11 18:37:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-11 18:37:09 -0700 |
commit | 40cf61307b411ea4de858902c7081fde8ef71ea5 (patch) | |
tree | ee40961b2552603a76a8a07cb4c28cf8be476664 /tools/preproc | |
parent | 419917cdb012a5bfdb26f2929efe43677b53b728 (diff) | |
parent | e0a9faacb58311b697cf704823f8279a077716f0 (diff) |
Merge pull request #267 from garakmon/master
macOS support
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 ec4a5f365..3d3275819 100644 --- a/tools/preproc/Makefile +++ b/tools/preproc/Makefile @@ -1,6 +1,6 @@ CXX := g++ -CXXFLAGS := -std=c++11 -O2 -s -Wall -Wno-switch -Werror +CXXFLAGS := -std=c++11 -O2 -Wall -Wno-switch -Werror SRCS := asm_file.cpp c_file.cpp charmap.cpp preproc.cpp string_parser.cpp \ utf8.cpp |