Also, it seems like that nspr4 is built without symbols. Any idea why and
how can I fix that?
Thanks,
Andras
You can export CFLAGS/CXXFLAGS/LDFLAGS in your mozconfig. Here's an example:
http://lxr.mozilla.org/mozilla/source/tools/tinderbox-configs/firefox/win32/mozconfig
Try 'export MOZ_DEBUG_SYMBOLS=1' for nspr.
- Ben
thx,
Andras
On Thu, 01 May 2008 05:14:49 -0600, Ben Hearsum <bhea...@mozilla.com>
wrote:
FYI:
http://msdn.microsoft.com/en-us/library/8dbf701c(VS.80).aspx
"/GS is on by default. Use /GS- if you expect your application to have
no security exposure."
-Ted
> _______________________________________________
> dev-platform mailing list
> dev-pl...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-platform
Andras
On Thu, 01 May 2008 12:20:03 -0600, Ted Mielczarek
<ted.mie...@gmail.com> wrote:
On Thu, 01 May 2008 12:51:34 -0600, Ted Mielczarek
<ted.mie...@gmail.com> wrote:
> Ok, but the official builds are built with VC8SP1, FWIW.
>
> -Ted
>
> 2008/5/1 Andras Balogh <andras...@gmx.net>:
>> Only on VS8, I'm using VS7.
>>
>>
>> On Thu, 01 May 2008 12:20:03 -0600, Ted Mielczarek
>> <ted.mie...@gmail.com> wrote:
>>
>>