Skip to content

Commit

Permalink
add some instructions on 'debug' option of make-*sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed May 19, 2016
1 parent d9e2003 commit e0fb33f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions make-lib.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh -ex

# Run this with "debug" option to compile Keystone with debug info
if [ -n "$1" ]
then
# compile with DEBUG option
Expand Down
1 change: 1 addition & 0 deletions make-share.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh -xe

# Run this with "debug" option to compile Keystone with debug info
if [ -n "$1" ]
then
# compile with DEBUG option
Expand Down

0 comments on commit e0fb33f

Please sign in to comment.