blob: 9e661d7e6b888025549a91b6a04203102915f4c1 [file] [log] [blame]
#
# 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()