From e8461507e9b50f19976d218427915f05c18e6729 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Sun, 24 Sep 2017 12:01:37 +0200 Subject: Make use of LibEfence optional Change-Id: I22b52611dab0be6021b08d6c6d63bc369df0b4d4 Signed-off-by: Romain Forlot --- samples.d/config.cmake.sample | 1 + 1 file changed, 1 insertion(+) (limited to 'samples.d') diff --git a/samples.d/config.cmake.sample b/samples.d/config.cmake.sample index 2497ee2..4b152cc 100644 --- a/samples.d/config.cmake.sample +++ b/samples.d/config.cmake.sample @@ -46,6 +46,7 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates") # Compilation Mode (DEBUG, RELEASE) # ---------------------------------- set(CMAKE_BUILD_TYPE "DEBUG") +set(USE_EFENCE 1) # Kernel selection if needed. You can choose between a # mandatory version to impose a minimal version. -- cgit 1.2.3-korg