blob: f424f591ac9a8cdcca5ebefb1d4bcddc9d273c13 [file] [log] [blame]
# Copyright 2019 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.
executable("crasher") {
sources = [
"cpp_specific.cpp",
"crasher.c",
]
cflags = [ "-fstack-protector-all" ]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}