diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 16:23:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 16:23:18 +0000 |
commit | 3adae17e76163052e87e71ebf469607602d530bd (patch) | |
tree | 386985cf81519f72f115837bd2cedfb99440e3be /debian/rules | |
parent | Merging upstream version 0.0~git20230113.4362b18. (diff) | |
download | wasi-libc-3adae17e76163052e87e71ebf469607602d530bd.tar.xz wasi-libc-3adae17e76163052e87e71ebf469607602d530bd.zip |
Adding debian version 0.0~git20230113.4362b18-1.debian/0.0_git20230113.4362b18-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index dca6423..66b53d1 100755 --- a/debian/rules +++ b/debian/rules @@ -9,9 +9,7 @@ export NM = llvm-nm-14 export AR = llvm-ar-14 export CC = clang-14 -# stack protector not yet supported, see -# https://github.com/CraneStation/wasi-libc/issues/157 -export EXTRA_CFLAGS = $(CFLAGS) $(LDFLAGS) -fno-stack-protector -fcf-protection=none +export EXTRA_CFLAGS = $(CFLAGS) $(LDFLAGS) -fcf-protection=none %: dh $@ |