diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-03 23:09:39 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-03 23:09:39 +0200 |
commit | a42c2a846d854d5b1ad42e27ee7091c72d2b5080 (patch) | |
tree | 2278f8fca96c02a0c7f97a40fb85f9e8a4b2deeb /conf-ld | |
parent | e6e9663d40f7aab9e1982dddcaa11386551ad182 (diff) |
convert to the meson build system
Diffstat (limited to 'conf-ld')
-rw-r--r-- | conf-ld | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/conf-ld b/conf-ld deleted file mode 100644 index 0ce8ac7..0000000 --- a/conf-ld +++ /dev/null @@ -1,11 +0,0 @@ -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! |