Bugzilla – Bug 2387
fix waf 'check-profile' command
Last modified: 2016-05-03 21:04:13 UTC
The './waf --check-profile' command is broken. Current output: $ ./waf configure -d optimized ... $ ./waf --check-profile ... Build profile: debug Expected output: $ ./waf configure -d optimized ... $ ./waf --check-profile ... Build profile: optimized
Created attachment 2399 [details] patch to fix
pushed in changeset 12098:fbf04c68c217