Skip to content

Commit

Permalink
fix macOS comment to reduce dependency chains under macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lcn2 committed Aug 12, 2023
1 parent da623e1 commit 77405e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.local
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
###################################################################

####
# RHEL Diagnosing memory, thread, and crash issues
# RHEL Diagnosing memory, thread, and crash issues:
#
# For more info see: https://github.com/google/sanitizers/wiki/AddressSanitizer
#
Expand Down Expand Up @@ -55,7 +55,7 @@
####

####
# macOS Diagnosing memory, thread, and crash issues
# macOS Diagnosing memory, thread, and crash issues:
#
# For more info see: https://github.com/google/sanitizers/wiki/AddressSanitizer
#
Expand Down Expand Up @@ -93,5 +93,5 @@
#
# macOS 13.5 with clang version 14.0.3 (clang-1403.0.22.14.1)
#
# LDFLAGS+= '-Wl,-dead_strip_dylibs -Wl,-dead_strip'
# LDFLAGS+= -Wl,-dead_strip_dylibs -Wl,-dead_strip
####

0 comments on commit 77405e1

Please sign in to comment.