mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 17:16:29 +08:00
feat(cmake): Disable Cmake compiling warning by default
This commit is contained in:
@ -953,7 +953,7 @@ def init_cli():
|
|||||||
"names": ["-n", "--no-warnings"],
|
"names": ["-n", "--no-warnings"],
|
||||||
"help": "Disable Cmake warnings.",
|
"help": "Disable Cmake warnings.",
|
||||||
"is_flag": True,
|
"is_flag": True,
|
||||||
"default": False,
|
"default": True,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"names": ["-v", "--verbose"],
|
"names": ["-v", "--verbose"],
|
||||||
|
Reference in New Issue
Block a user