diff options
Diffstat (limited to 'tests/001.sh')
| -rw-r--r-- | tests/001.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/001.sh b/tests/001.sh index 70e00f5..a81f2c3 100644 --- a/tests/001.sh +++ b/tests/001.sh @@ -9,7 +9,7 @@ if [[ $? -ne 0 ]]; then cat main.s >&2 exit 1 fi -gcc -o a.out main.s +gcc -Wl,-z,noexecstack -o a.out main.s ./a.out exit_code=$? |
