cc -O2 -Wall -Iinclude -I`head -1 ../conf-qlibs`/include `head -1 ../conf-ssl` 

# This will work for both i386 and AMD64 architecture enabling INET6 support.
# It also will enable IDN2 support. If you do not have 'libidns2', remove this option. 

cc -Wall -pipe -z relro -z now -pie -fPIE -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -DIDN2

# This is for gcc and with strong security in mind.
