diff options
| author | Michael Forney <mforney@mforney.org> | 2016-11-19 21:08:27 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-11-20 16:14:20 -0800 |
| commit | 653510bb8b3db5a280576cb00445fbdc8d49b88a (patch) | |
| tree | 7d1d48ab62e4c34b16fa60de4a21a232c67c97c4 /core/ninja | |
| parent | de4e4c63378c6fd0dc2504ddce5a13ee1e62504a (diff) | |
Various style fixes
Diffstat (limited to 'core/ninja')
| -rw-r--r-- | core/ninja/gen.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ninja/gen.rc b/core/ninja/gen.rc index a3d49945..c4f2d321 100644 --- a/core/ninja/gen.rc +++ b/core/ninja/gen.rc @@ -1,7 +1,7 @@ set cc '$cxx' set cflags '$cxxflags' \ -Wall -Wextra -Wno-deprecated -Wno-unused-parameter\ - -fno-rtti -fno-exceptions -fvisibility'='hidden\ + -fno-rtti -fno-exceptions '-fvisibility=hidden' \ -D USE_PPOLL exe ninja src/^(\ |
