Browse Source

waf: display oprofile and gdbjit options for all platforms

was breaking mac
v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
86e687086b
  1. 1
      wscript

1
wscript

@ -100,7 +100,6 @@ def set_options(opt):
, dest='shared_v8_libname' , dest='shared_v8_libname'
) )
if sys.platform.startswith("linux"):
opt.add_option( '--oprofile' opt.add_option( '--oprofile'
, action='store_true' , action='store_true'
, default=False , default=False

Loading…
Cancel
Save