diff --git a/cmake/sample_defs/native_osconfig.cmake b/cmake/sample_defs/native_osconfig.cmake new file mode 100644 index 000000000..2ddb5f8ed --- /dev/null +++ b/cmake/sample_defs/native_osconfig.cmake @@ -0,0 +1,5 @@ +# +# OSAL configuration addendum when building with SIMULATION=native +# In this mode, enable the PERMISSIVE option, which allows for easier testing. +# +set(OSAL_CONFIG_DEBUG_PERMISSIVE_MODE TRUE) diff --git a/cmake/sample_defs/native_osconfig.h b/cmake/sample_defs/native_osconfig.h deleted file mode 100644 index d0e324591..000000000 --- a/cmake/sample_defs/native_osconfig.h +++ /dev/null @@ -1,4 +0,0 @@ -/* SIMULATION=native specific osconfig options */ - -/* See parameter description in default_osconfig.h */ -#define OSAL_DEBUG_PERMISSIVE_MODE