Julian Hall | 07679f2 | 2020-11-23 17:45:16 +0100 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
| 2 | # Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #------------------------------------------------------------------------------- |
| 7 | include($ENV{TS_BASE_TOOLCHAIN_FILE} REQUIRED) |
| 8 | |
| 9 | set(CMAKE_POSITION_INDEPENDENT_CODE True) |
| 10 | set(CMAKE_C_VISIBILITY_PRESET hidden) |
| 11 | set(CMAKE_CXX_VISIBILITY_PRESET hidden) |
Balint Dobszay | abec464 | 2024-01-16 10:51:51 +0100 | [diff] [blame] | 12 | |
| 13 | # Hide symbols from libraries statically linked to the shared library |
| 14 | add_link_options(-Wl,--exclude-libs,ALL) |