mirror of
https://github.com/umutcamliyurt/Amnezichat.git
synced 2025-05-11 03:55:22 +01:00
22 lines
448 B
Plaintext
22 lines
448 B
Plaintext
# SPDX-License-Identifier: MIT
|
|
|
|
CONFIG_LIBOQS=y
|
|
|
|
# Enable all Signature algorithms that are disabled by default
|
|
CONFIG_LIBOQS_ENABLE_SIG_DILITHIUM=y
|
|
|
|
CONFIG_PICOLIBC=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
|
|
CONFIG_POSIX_CLOCK=n
|
|
|
|
# Set the stack size to 512K
|
|
CONFIG_MAIN_STACK_SIZE=524288
|
|
|
|
# Enable malloc and set the available size to 256K
|
|
CONFIG_COMMON_LIBC_MALLOC=y
|
|
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=262144
|
|
|
|
CONFIG_SPEED_OPTIMIZATIONS=y
|
|
CONFIG_LOG=y
|