Commit c38a2718 authored by crimsonwoods's avatar crimsonwoods

Add a missing required flag '-fstack-protector-strong'.

parent ad89fe63
......@@ -151,7 +151,7 @@ Set ANDROID_NDK_HOME environment variable or set :ndk_home parameter
when /x86_64/
flags += %W(-fstack-protector-strong -no-canonical-prefixes)
when /x86/
flags += %W(-no-canonical-prefixes)
flags += %W(-fstack-protector-strong -no-canonical-prefixes)
end
when :clang
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment