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 Sep 6, 2024
1 parent 2cf2674 commit a6afca1
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 @@ -108,7 +108,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 a6afca1

Please sign in to comment.