mehrdadh commented on a change in pull request #9274:
URL: https://github.com/apache/tvm/pull/9274#discussion_r731081003



##########
File path: apps/microtvm/zephyr/template_project/microtvm_api_server.py
##########
@@ -265,6 +269,11 @@ def _get_nrf_device_args(options):
         "config_main_stack_size",
         help="Sets CONFIG_MAIN_STACK_SIZE for Zephyr board.",
     ),
+    server.ProjectOption(
+        "warning_as_error",
+        choices=(True, False),
+        help="Tread warnings as errors.",

Review comment:
       done.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to