samples: crypto: remove DEBUG/ASSERT from prj.conf
Those are added by sanitycheck, no need to have them enabled in the project by default. CONFIG_DEBUG is causing issues on qemu_nios2, see #5743. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
2eb443f2d8
commit
1a67aed51f
@ -3,10 +3,8 @@ CONFIG_TINYCRYPT_AES=y
|
||||
CONFIG_TINYCRYPT_AES_CBC=y
|
||||
CONFIG_TINYCRYPT_AES_CTR=y
|
||||
CONFIG_TINYCRYPT_AES_CCM=y
|
||||
CONFIG_DEBUG=y
|
||||
CONFIG_CRYPTO=y
|
||||
CONFIG_CRYPTO_TINYCRYPT_SHIM=y
|
||||
CONFIG_SYS_LOG_CRYPTO_LEVEL=4
|
||||
CONFIG_SYS_LOG=y
|
||||
CONFIG_SYS_LOG_SHOW_COLOR=y
|
||||
CONFIG_ASSERT=y
|
||||
|
||||
@ -1,10 +1,5 @@
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
#CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
CONFIG_DEBUG=y
|
||||
CONFIG_SYS_LOG=y
|
||||
CONFIG_SYS_LOG_SHOW_COLOR=y
|
||||
#CONFIG_ASSERT=y
|
||||
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_MBEDTLS_BUILTIN=y
|
||||
CONFIG_MBEDTLS_CFG_FILE="config-threadnet.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user