diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-08-13 02:25:32 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-08-15 10:06:21 +0900 |
| commit | a5ab4f4dfacd1938a64df4d07df346774f62c541 (patch) | |
| tree | 2eca028cfb7afbca9bb3668e89685d6768174e92 /tests/test_diff.sh | |
| parent | d38303ba5860cdfb3f2532a3cc1e787a8cccbafd (diff) | |
| download | ducc-a5ab4f4dfacd1938a64df4d07df346774f62c541.tar.gz ducc-a5ab4f4dfacd1938a64df4d07df346774f62c541.tar.zst ducc-a5ab4f4dfacd1938a64df4d07df346774f62c541.zip | |
feat: output .note.GNU-stack section and remove "-z noexecstack" from ld flags
Diffstat (limited to 'tests/test_diff.sh')
| -rw-r--r-- | tests/test_diff.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_diff.sh b/tests/test_diff.sh index 14e5200..adc281e 100644 --- a/tests/test_diff.sh +++ b/tests/test_diff.sh @@ -4,7 +4,7 @@ cat > main.c if [[ $? -ne 0 ]]; then exit 1 fi -gcc -Wl,-z,noexecstack -o a.out main.s +gcc -o a.out main.s if [[ ! -f input ]]; then touch input fi |
