Skip to content

Instantly share code, notes, and snippets.

@RushOnline
Last active August 29, 2015 14:21
Show Gist options
  • Save RushOnline/4cab29412ee5b5c588f4 to your computer and use it in GitHub Desktop.
Save RushOnline/4cab29412ee5b5c588f4 to your computer and use it in GitHub Desktop.
How to configure and compile OpenSSL in DEBUG mode
./config -d shared no-asm 386 no-sse2 zlib-dynamic -g3 -ggdb -gdwarf-4 -fno-inline -O0 -DDEBUG_SAFESTACK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment