diff --git a/src/Makefile b/src/Makefile index 2a03492f..dea8db04 100644 --- a/src/Makefile +++ b/src/Makefile @@ -270,7 +270,8 @@ ifeq ($(optimize),yes) endif ifeq ($(comp),clang) - CXXFLAGS += -O4 + ### -O4 requires a linker that supports LLVM's LTO + CXXFLAGS += -O3 ifeq ($(os),osx) ifeq ($(arch),i386)