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