From e6a25679ce89992b98b790bc3c4749acce54b421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=89=BF=E8=BE=89?= Date: Wed, 30 Aug 2017 14:52:40 +0800 Subject: [PATCH] Update README.md --- mace/examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mace/examples/README.md b/mace/examples/README.md index b9be3027..6b621b74 100644 --- a/mace/examples/README.md +++ b/mace/examples/README.md @@ -2,6 +2,7 @@ Examples ======= * Build the example (e.g., with armeabi-v7a target) + ``` # To enable debug mode build, use '-c dbg' flag. # To check the underlying commands executed, use '-s' flag. -- GitLab