Skip to content

Commit

Permalink
vm: fix ld warning on macos
Browse files Browse the repository at this point in the history
ld: warning: -single_module is obsolete
  • Loading branch information
mrjbq7 committed May 6, 2024
1 parent 32a375e commit 3188762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/Config.macosx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else
LIBS = -lm -framework Cocoa -framework AppKit
endif

LINKER = $(CXX) $(CFLAGS) $(CXXFLAGS) $(SHARED_FLAG) -single_module \
LINKER = $(CXX) $(CFLAGS) $(CXXFLAGS) $(SHARED_FLAG) \
-current_version $(VERSION) \
-compatibility_version $(VERSION) \
-fvisibility=hidden \
Expand Down

0 comments on commit 3188762

Please sign in to comment.