Skip to content

Instantly share code, notes, and snippets.

@gklka
Created June 23, 2017 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gklka/0973bda2ad702d74b009e8433f17f1c7 to your computer and use it in GitHub Desktop.
Save gklka/0973bda2ad702d74b009e8433f17f1c7 to your computer and use it in GitHub Desktop.
$ cd Downloads/unsign-master
$ make
gcc -c -std=c99 -O2 -pedantic -Wall -Wextra -arch i386 -arch x86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 unsign.c -o unsign.o
gcc -c -std=c99 -O2 -pedantic -Wall -Wextra -arch i386 -arch x86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 endian.c -o endian.o
gcc -arch i386 -arch x86_64 unsign.o endian.o -o unsign
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment