Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created October 21, 2010 17:46
Show Gist options
  • Select an option

  • Save btbytes/638947 to your computer and use it in GitHub Desktop.

Select an option

Save btbytes/638947 to your computer and use it in GitHub Desktop.
build params
* 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