Hi All, I am trying to get a release build of an older version (6.1.534.32) of v8 in Windows. I am trying to get a build without any compiler optimisations. After following the steps for building with gyp, I set cl environment variable as follows, for optimisation level. set CL=/Od
But when I run devenv, I get the followign warning: cl : Command line warning D9025: overriding '/Od' with '/O2' So, somewhere, the optimisation setting is getting overridden. Any idea where can I set this in build configuration? regards, Anoop R. S. -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
