• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

mrubyを超漢字で動作させる


Commit MetaInfo

修订版c38a27185ecd9c2dc48d7f8c5f68fb7914c6939d (tree)
时间2015-10-11 16:46:53
作者crimsonwoods <crimsonwoods.dev@gmai...>
Commitercrimsonwoods

Log Message

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

更改概述

差异

--- a/tasks/toolchains/androidndk.rake
+++ b/tasks/toolchains/androidndk.rake
@@ -151,7 +151,7 @@ Set ANDROID_NDK_HOME environment variable or set :ndk_home parameter
151151 when /x86_64/
152152 flags += %W(-fstack-protector-strong -no-canonical-prefixes)
153153 when /x86/
154- flags += %W(-no-canonical-prefixes)
154+ flags += %W(-fstack-protector-strong -no-canonical-prefixes)
155155 end
156156 when :clang
157157 end