aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/qbs/modules/Android/ndk/utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/Android/ndk/utils.js b/share/qbs/modules/Android/ndk/utils.js
index a2e342897..3bc3b6d9d 100644
--- a/share/qbs/modules/Android/ndk/utils.js
+++ b/share/qbs/modules/Android/ndk/utils.js
@@ -63,7 +63,7 @@ function androidAbi(arch) {
function commonCompilerFlags(toolchain, buildVariant, abi, armMode) {
var flags = ["-ffunction-sections", "-funwind-tables",
- "-Wa,--noexecstack", "-Werror=format-security", "-fstack-protector-strong"];
+ "-Werror=format-security", "-fstack-protector-strong"];
if (abi === "arm64-v8a")
flags.push("-fpic");