X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/6b5e09540e9392a7015fae1ad3b01b0973600ff2..d54215aea2a7321ab0f2dc7b0042fea2b7ff5df5:/Makefile.osx?ds=inline diff --git a/Makefile.osx b/Makefile.osx index 7b2b74a..f69851c 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -2,8 +2,10 @@ PEDANTRY = -Weverything -pedantic-errors -Werror -Wno-c++98-compat \ -Wno-c++98-compat-pedantic -Wno-padded -Wno-missing-prototypes \ -Wmissing-declarations -Wno-weak-vtables -Wno-global-constructors \ -Wno-exit-time-destructors -CXXFLAGS = -ggdb -MMD -I. -std=c++11 -stdlib=libc++ $(PEDANTRY) -LDFLAGS = -stdlib=libc++ +#OPTFLAGS = -ftrapv -O4 +OPTFLAGS = +CXXFLAGS = -ggdb -MMD -I. -std=c++11 -stdlib=libc++ $(PEDANTRY) $(OPTFLAGS) +LDFLAGS = -stdlib=libc++ $(OPTFLAGS) CXX = clang++ CC = clang++ EXTRA_TARGETS = signatures