Skip to content

Commit

Permalink
Remove TruffleTimeThreshold, because it does not exist any longer
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Aug 17, 2019
1 parent 4acb84d commit e4ce33c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions som
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,6 @@ if sys.argv[0].endswith('debug'):
if args.only_igv or args.igv_methods:
args.igv = True

if not args.interpreter:
# Make sure everything gets compiled
flags += ['-Dgraal.TruffleTimeThreshold=10000000']

if args.debug:
flags += ['-Xdebug',
'-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000']
Expand Down

0 comments on commit e4ce33c

Please sign in to comment.