diff --git a/Makefile b/Makefile index 3b09c0f..e35ad94 100644 --- a/Makefile +++ b/Makefile @@ -56,9 +56,7 @@ $(BUILD_DIR)/hello-macosx.bin: Test.cpp $$(@D)/ @echo "Building MacOSX binary..." ls -la /usr/lib/llvm-10/lib || true - $(MACOSX_CXX) $< -o $@ -v -Wl,-lto_library,/usr/lib/llvm-10/lib/libLTO.so || true - $(MACOSX_CXX) $< -o $@ -v -Wl,lto_library,/usr/lib/llvm-10/lib/libLTO.so || true - $(MACOSX_CXX) $< -o $@ -v -O0 || true + $(MACOSX_CXX) $< -o $@ -v -Wl,-v || true $(MACOSX_CXX) $< -o $@ -v -L/usr/lib/llvm-10/lib tidy: $(BUILD_DIR)/tidy.xml