Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
[Merge chakra-core/ChakraCore@f90129c6d0] [MERGE #3758 @jackhorton] M…
Browse files Browse the repository at this point in the history
…ake -v actually enable verbose makefiles

Merge pull request #3758 from jackhorton:xplat-verbose

-v wasn't allowing me to see the commands being run, and switching
  • Loading branch information
chakrabot authored and kfarnung committed Jan 9, 2018
1 parent 230ecbd commit 30d35b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/chakrashim/core/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ while [[ $# -gt 0 ]]; do
;;

-v | --verbose)
_VERBOSE="V=1"
_VERBOSE="VERBOSE=1"
;;

-d | --debug)
Expand Down

0 comments on commit 30d35b4

Please sign in to comment.