Last active
August 29, 2015 14:21
-
-
Save RushOnline/4cab29412ee5b5c588f4 to your computer and use it in GitHub Desktop.
How to configure and compile OpenSSL in DEBUG mode
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
./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