blob: 0ce8ac72e3435d8317b83aeaeb1c71fc919c4fd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
cc -s -m64
cc -s -z noexecstack -m64
# This is for AMD64 architecture; use else:
cc -s
# This will be used to link .o files into an executable.
# Note: UCSPI-SSL's conf-ld needs to use the same architecture!
|