Turn off paramter culling on eagle

This commit is contained in:
David Sidrane 2016-05-04 11:26:41 -10:00 committed by Julian Oes
parent a08cce27d7
commit 8d510471a1
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,8 @@ set(CMAKE_TOOLCHAIN_FILE ${CMAKE_SOURCE_DIR}/cmake/toolchains/Toolchain-arm-linu
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/cmake_hexagon")
set(config_generate_parameters_scope ALL)
set(CONFIG_SHMEM "1")
# This definition allows to differentiate if this just the usual POSIX build

View File

@ -7,6 +7,7 @@ else()
endif()
set(CONFIG_SHMEM "1")
set(config_generate_parameters_scope ALL)
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_SOURCE_DIR}/cmake/cmake_hexagon/toolchain/Toolchain-qurt.cmake)