mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-21 05:02:23 +08:00
Merge branch 'feature/disable_cmake_warning_by_default' into 'master'
feat(cmake): Disable Cmake compiling warning by default See merge request sdk/ESP8266_RTOS_SDK!1549
This commit is contained in:
@ -953,7 +953,7 @@ def init_cli():
|
||||
"names": ["-n", "--no-warnings"],
|
||||
"help": "Disable Cmake warnings.",
|
||||
"is_flag": True,
|
||||
"default": False,
|
||||
"default": True,
|
||||
},
|
||||
{
|
||||
"names": ["-v", "--verbose"],
|
||||
|
Reference in New Issue
Block a user