Disable MDEF option and set it only in legacy projects. Change-Id: I2e1f011eb1f876af929140e36f71f0efb5e955c1 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
# Let stack canaries use non-random number generator.
|
|
# This option is NOT to be used in production code.
|
|
CONFIG_STACK_CANARIES=y
|
|
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_MDEF=y
|