# | |
# SPDX-License-Identifier: BSD-3-Clause | |
# SPDX-FileCopyrightText: Copyright LibTL Contributors. | |
# | |
include_guard() | |
include(${CMAKE_CURRENT_LIST_DIR}/../common.cmake) | |
foreach(language IN ITEMS ASM C CXX) | |
string(APPEND CMAKE_${language}_FLAGS_INIT "-fno-omit-frame-pointer -pg ") | |
endforeach() | |
# 'march=" option is not applicable for fake_host | |
function(detect_and_set_march) | |
endfunction() |