blob: ef51495b358cd043bf863cec966f55d6f15882fa [file] [log] [blame]
# Copyright 2024 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
declare_args() {
# Whether to compile with stack-clash-protection enabled
# https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-fstack-clash-protection
# https://blog.llvm.org/posts/2021-01-05-stack-clash-protection/
stack_clash_protection = true
}