blob: 65baa2b8c2c26d6d58a83d45e7757feba7c3aceb [file] [edit]
# Copyright 2026 The Chromium 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 = [
"-fPIC",
"-pthread",
]
}
config("executable_ldconfig") {
ldflags = [
"-ldexecutable_ldconfig",
]
}