Re: Building a debug version without optimizations on Windows 7

2014-05-09 Thread Ehsan Akhgari
Unfortunately the build system does not recognize changes to .mozconfig files as a dependency change, so it won't pick them up. In order to make sure your new mozconfig file is really in effect, do a ./mach clobber to delete your object directory before running ./mach build again. Cheers, Ehs

Building a debug version without optimizations on Windows 7

2014-05-09 Thread Dragomir Goranov
Hello, I have just downloaded the source code for Release 29. I managed to compile the project under Windows 7 by using this command: ./mach build I also managed to make a Visual Studio 2010 project and I can start to debug the file "firefox.exe". So far so good. However, I noticed that the ex