Chromium Code Reviews| Index: Makefile.standalone |
| diff --git a/Makefile.standalone b/Makefile.standalone |
| index 5f2686ba8f7788db34b49715bed3689905a65640..7367804227f417b0df59a25a13f04ffba5225d52 100644 |
| --- a/Makefile.standalone |
| +++ b/Makefile.standalone |
| @@ -190,8 +190,8 @@ SRCS = \ |
| IceRNG.cpp \ |
| IceTargetLowering.cpp \ |
| IceTargetLoweringARM32.cpp \ |
| - IceTargetLoweringX8632.cpp \ |
| IceTargetLoweringMIPS32.cpp \ |
| + IceTargetLoweringX8632.cpp \ |
| IceThreading.cpp \ |
| IceTimerTree.cpp \ |
| IceTranslator.cpp \ |
| @@ -249,7 +249,7 @@ $(SB_OBJDIR)/pnacl-sz.x86-32.nexe: $(SB_OBJS) |
| # TODO(stichnot): Be more precise than "*.h" here and elsewhere. |
| $(OBJS): $(OBJDIR)/%.o: src/%.cpp src/*.h src/*.def |
| - $(CXX) -c $(CXXFLAGS) $< -o $@ |
| + $(CXX) -ferror-limit=999999 -c $(CXXFLAGS) $< -o $@ |
|
Jim Stichnoth
2015/06/22 21:52:01
Not sure I want to live on this planet any more.
John
2015/06/22 22:09:23
<rant>I hate this option! I want to compiler to sp
|
| $(SB_OBJS): $(SB_OBJDIR)/%.o: src/%.cpp src/*.h src/*.def |
| $(SB_CXX) -c $(SB_CXXFLAGS) $< -o $@ |