Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #70 from bmeurer/turbo
Browse files Browse the repository at this point in the history
Add correct v8-turbofan configuration.
  • Loading branch information
h4writer committed May 12, 2015
2 parents 5e64431 + 2375605 commit c65c611
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions driver/builders.py
Expand Up @@ -126,6 +126,9 @@ def __init__(self):
self.modes = [{
'mode': 'v8',
'args': None
}, {
'mode': 'v8-turbofan',
'args': ['--turbo']
}]

def build(self):
Expand Down

0 comments on commit c65c611

Please sign in to comment.