Re: Dub generates a library file that is larger in size than the one built on command line.

2017-12-16 Thread Venkat via Digitalmars-d-learn
TY Mike, that explains it. Thanks Ivan.

Re: Dub generates a library file that is larger in size than the one built on command line.

2017-12-16 Thread Ivan Trombley via Digitalmars-d-learn
On Sunday, 17 December 2017 at 02:42:44 UTC, Venkat wrote: dub build --vverbose That is the command I used. Would it be right to assume that -g is being added because --vverbose ? The reason I ask is the file size is about the same when I run the below command. dub build You need to add

Re: Dub generates a library file that is larger in size than the one built on command line.

2017-12-16 Thread Mike Parker via Digitalmars-d-learn
On Sunday, 17 December 2017 at 02:42:44 UTC, Venkat wrote: dub build --vverbose That is the command I used. Would it be right to assume that -g is being added because --vverbose ? The reason I ask is the file size is about the same when I run the below command. dub build It's because

Re: Dub generates a library file that is larger in size than the one built on command line.

2017-12-16 Thread Venkat via Digitalmars-d-learn
dub build --vverbose That is the command I used. Would it be right to assume that -g is being added because --vverbose ? The reason I ask is the file size is about the same when I run the below command. dub build

Re: Dub generates a library file that is larger in size than the one built on command line.

2017-12-16 Thread Jonathan M Davis via Digitalmars-d-learn
On Sunday, December 17, 2017 02:08:00 Venkat via Digitalmars-d-learn wrote: > The following is the command output by dub with --vverbose > switch. It generates a file which is 6094400 bytes in size > > dmd -lib > -of.dub/build/library-debug-linux.posix-x86_64-dmd_2077-7BB682AB55F152616E >

Dub generates a library file that is larger in size than the one built on command line.

2017-12-16 Thread Venkat via Digitalmars-d-learn
The following is the command output by dub with --vverbose switch. It generates a file which is 6094400 bytes in size dmd -lib -of.dub/build/library-debug-linux.posix-x86_64-dmd_2077-7BB682AB55F152616E128DD715E887DF/libdjni.a -debug -g -w -version=Have_djni -Isource/ source/app.d