mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 09:05:59 +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"],
|
||||
"help": "Disable Cmake warnings.",
|
||||
"is_flag": True,
|
||||
"default": False,
|
||||
"default": True,
|
||||
},
|
||||
{
|
||||
"names": ["-v", "--verbose"],
|
||||
|
Reference in New Issue
Block a user