Skip to content

Instantly share code, notes, and snippets.

@charlesetc
Created August 7, 2017 17:16
Show Gist options
  • Save charlesetc/09692b620c3084ec7de5dd70a3a8ce53 to your computer and use it in GitHub Desktop.
Save charlesetc/09692b620c3084ec7de5dd70a3a8ce53 to your computer and use it in GitHub Desktop.
build-c:
clang -fPIC -Wall -Wextra -O3 -g -MM stars_extension.c >stars_extension.d
clang -fPIC -Wall -Wextra -O3 -g -c -o stars_extension.o stars_extension.c
clang -shared -o libstars_extension.dylib stars_extension.o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment