diff --git a/Makefile b/Makefile index d4149aa..8fb6205 100644 --- a/Makefile +++ b/Makefile @@ -55,8 +55,7 @@ $(BUILD_DIR)/hello-macosx.bin: Test.cpp $$(@D)/ @echo "Building MacOSX binary..." - @echo $(MACOSX_CXX) $< -o $@ -flto=thin - @$(MACOSX_CXX) $< -o $@ -flto=thin + @$(MACOSX_CXX) $< -o $@ tidy: $(BUILD_DIR)/tidy.xml