Created
June 23, 2017 09:51
-
-
Save gklka/0973bda2ad702d74b009e8433f17f1c7 to your computer and use it in GitHub Desktop.
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 characters
$ 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