diff options
Diffstat (limited to 'conf-ld')
-rw-r--r-- | conf-ld | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,8 +4,9 @@ cc -s -z noexecstack -m64 # This is for AMD64 architecture; use else: -cc -s +cc -s -lssl -lcrypto -# This will be used to link .o files into an executable. +# This will be used to link .o files into an executable with +# [Open|Libre]SSL in the default lib search path. # Note: UCSPI-SSL's conf-ld needs to use the same architecture! |