Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / config / nrfconnect / app / release.conf
1 #
2 #   Copyright (c) 2020 Project CHIP Authors
3 #
4 #   Licensed under the Apache License, Version 2.0 (the "License");
5 #   you may not use this file except in compliance with the License.
6 #   You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #   Unless required by applicable law or agreed to in writing, software
11 #   distributed under the License is distributed on an "AS IS" BASIS,
12 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #   See the License for the specific language governing permissions and
14 #   limitations under the License.
15 #
16
17 #   This file contains settings which are not suitable for development phase of
18 #   a project (in which debugging facilities should be enabled by default), but
19 #   are perfectly valid for release builds which aim to generate binaries with
20 #   minimal memory footprint.
21
22 # Disable assertions
23 CONFIG_ASSERT=n
24
25 # Disable shell/console
26 CONFIG_SHELL=n
27 CONFIG_OPENTHREAD_SHELL=n
28 CONFIG_CONSOLE=n
29 CONFIG_UART_CONSOLE=n
30 CONFIG_SERIAL=n
31
32 # Disable logs
33 CONFIG_LOG=n
34 CONFIG_LOG_MODE_MINIMAL=n
35
36 # Disable other debugging features
37 CONFIG_THREAD_NAME=n