Created
April 26, 2020 12:01
-
-
Save pebble8888/18b3cb31f16237448c08ea84f6cadfc9 to your computer and use it in GitHub Desktop.
Revisions
-
pebble8888 created this gist
Apr 26, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ You must use special flags with cc when compiling a shared ilbrary or a bundle on Darwin. One difference between Darwin and many other Unix systems is that no position-independent code (PIC) flag is needed, since it is the default for Darwin.