Skip to content

Commit

Permalink
统一默认编译为debug
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Mar 28, 2014
1 parent 565c0ac commit 2924fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/Python/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def build(configuration):
def Configuration():
if len(sys.argv) > 1:
return sys.argv[1]
return 'Release'
return 'Debug'

if __name__ == '__main__':
util.path.ResetPath(Configuration())
Expand Down
2 changes: 1 addition & 1 deletion Build/Python/complie_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def Configuration():
import sys
if len(sys.argv) > 1:
return sys.argv[1]
return 'Release'
return 'Debug'

if __name__ == '__main__':
util.path.ResetPath(Configuration())
Expand Down

0 comments on commit 2924fe6

Please sign in to comment.