Remove invalid clang option
This commit is contained in:
@@ -166,8 +166,6 @@ namespace Flax.Build.Platforms
|
|||||||
|
|
||||||
if (compileEnvironment.BufferSecurityCheck)
|
if (compileEnvironment.BufferSecurityCheck)
|
||||||
commonArgs.Add("-fstack-protector");
|
commonArgs.Add("-fstack-protector");
|
||||||
else
|
|
||||||
commonArgs.Add("fno-stack-protector");
|
|
||||||
|
|
||||||
if (!compileEnvironment.Inlining)
|
if (!compileEnvironment.Inlining)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -379,8 +379,6 @@ namespace Flax.Build.Platforms
|
|||||||
|
|
||||||
if (compileEnvironment.BufferSecurityCheck)
|
if (compileEnvironment.BufferSecurityCheck)
|
||||||
commonArgs.Add("-fstack-protector");
|
commonArgs.Add("-fstack-protector");
|
||||||
else
|
|
||||||
commonArgs.Add("fno-stack-protector");
|
|
||||||
|
|
||||||
if (!compileEnvironment.Inlining)
|
if (!compileEnvironment.Inlining)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user