Created
October 21, 2010 17:46
-
-
Save btbytes/638947 to your computer and use it in GitHub Desktop.
build params
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
| * Dev build: | |
| * gcc -Wall -lzmq -o client client.c | |
| * | |
| * Normal build: | |
| * gcc -O2 -DNDEBUG -lzmq -o client client.c && strip client |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment