Skip to content

Commit

Permalink
debug: remove -fvisibility-hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Oct 21, 2024
1 parent f5dc175 commit abfd6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-helper-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function get_cxx_flags {
case $CPU_ARCH in

"arm64")
echo -n "-mcpu=apple-m1+crc -fvisibility=hidden"
echo -n "-mcpu=apple-m1+crc"
;;

"avx")
Expand Down

0 comments on commit abfd6e4

Please sign in to comment.