X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/eb3d5c6416c0f0d1cad35e52af3231de7866fea8..26ade07ab0e62b98b452fbbd18edba0450035e35:/Makefile.osx diff --git a/Makefile.osx b/Makefile.osx index 25ea1af..ef15988 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -9,9 +9,9 @@ LDFLAGS = -std=c++11 $(STDLIB) $(OPTFLAGS) ifeq "$(USE_CLANG)" "1" PEDANTRY += \ - -Weverything -pedantic-errors -Werror -Wno-c++98-compat \ - -Wno-c++98-compat-pedantic -Wno-padded -Wno-global-constructors \ - -Wno-exit-time-destructors -pedantic -Wall -Wextra -Weffc++ + -Weverything -pedantic-errors -Werror -Wno-c++98-compat-pedantic \ + -Wno-padded -Wno-global-constructors -Wno-exit-time-destructors \ + -pedantic -Wall -Wextra -Weffc++ STDLIB += -stdlib=libc++ CXX = clang++-mp-3.4