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