Skip to content
Snippets Groups Projects
Commit e0fb33fb authored by Nguyen Anh Quynh's avatar Nguyen Anh Quynh
Browse files

add some instructions on 'debug' option of make-*sh

parent d9e2003a
No related branches found
No related tags found
No related merge requests found
#!/bin/sh -ex #!/bin/sh -ex
# Run this with "debug" option to compile Keystone with debug info
if [ -n "$1" ] if [ -n "$1" ]
then then
# compile with DEBUG option # compile with DEBUG option
......
#!/bin/sh -xe #!/bin/sh -xe
# Run this with "debug" option to compile Keystone with debug info
if [ -n "$1" ] if [ -n "$1" ]
then then
# compile with DEBUG option # compile with DEBUG option
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment