Fix spelling and grammar in a comment.
[oota-llvm.git] / Makefile.rules
index 55d4d1b703823b83e09868ce393fce31e4379911..74b5a32ae850e6f46f69748a01671eaa27fd2dab 100644 (file)
@@ -226,7 +226,7 @@ else
 
     # Darwin requires -fstrict-aliasing to be explicitly enabled.
     ifeq ($(OS),Darwin)
-      EXTRA_OPTIONS += -fstrict-aliasing
+      EXTRA_OPTIONS += -fstrict-aliasing -Wstrict-aliasing
     endif
 
     CXX.Flags += $(OPTIMIZE_OPTION) $(OmitFramePointer)