blob: 96c7ab8184960eb2fd6ece53bad24c441d4ac3a7 [file] [log] [blame]
# Copyright 2022 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.
config("compiler_defaults") {
cflags = [ "-Os" ]
}
config("executable_ldconfig") {
ldflags = [ "-some_ld_flag" ]
}