mirror of
https://gitee.com/beecue/fastbee.git
synced 2026-03-23 06:54:50 +08:00
4 lines
157 B
Plaintext
4 lines
157 B
Plaintext
# Enable C++ exceptions and set emergency pool size for exception objects
|
|
CONFIG_COMPILER_CXX_EXCEPTIONS=y
|
|
CONFIG_COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE=1024
|