Cosmetic changes
[invirt/third/libt4.git] / Makefile.osx
index 25ea1af..92638c7 100644 (file)
@@ -3,15 +3,14 @@ USE_CLANG = 1
 PEDANTRY =
 STDLIB =
 OPTFLAGS = -O3 #-fno-omit-frame-pointer -fsanitize=address ,thread,undefined -fsanitize-memory-track-origins 
-CXXFLAGS = -std=c++11 -ggdb3 -MMD -I. $(STDLIB) $(PEDANTRY) $(OPTFLAGS)
-LDFLAGS = -std=c++11 $(STDLIB) $(OPTFLAGS)
+CXXFLAGS = -std=c++1y -ggdb3 -MMD -I. $(STDLIB) $(PEDANTRY) $(OPTFLAGS)
+LDFLAGS = -std=c++1y $(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 -pedantic -Wall -Wextra -Weffc++
 STDLIB += -stdlib=libc++
 CXX = clang++-mp-3.4