Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » is there Environment variables for 'Builders' when debug/Release build?(is there Environment variables for 'Builders' when debug/Release build?)
is there Environment variables for 'Builders' when debug/Release build? [message #1223367] Mon, 23 December 2013 07:12 Go to next message
Android Dev is currently offline Android DevFriend
Messages: 1
Registered: December 2013
Junior Member
Hi.

I'm looking for a flag difference between debug and release build to
produce binary different...(e.g NDK, especially Android.)

1. Is there any difference of environment variables
for the 'Builders'(program/batch executer) when Debug build and release mode?
to pass over mode flag to?

2. Is there any way another idea(whatever) to pass over difference flag
between debug build and release build? andy flag, arguments, parameters?

Re: is there Environment variables for 'Builders' when debug/Release build? [message #1225980 is a reply to message #1223367] Tue, 31 December 2013 10:14 Go to previous message
shankha banerjee is currently offline shankha banerjeeFriend
Messages: 40
Registered: February 2013
Member
When you use the -h flag it lists all the options.

Debug options:
-g[:lines,vars,source] custom debug info
-g:lines,source + both lines table and source debug info
-g all debug info
-g:none no debug info
-preserveAllLocals preserve unused local vars for debug purpose


java -jar ecj_all.jar -help

You can try java -jar ecj_all.jar -g
Previous Topic:Eclipse Keplar and Ant 1.8.2
Next Topic:Eclipse on Linux Mint is terminated
Goto Forum:
  


Current Time: Thu Mar 28 08:27:31 GMT 2024

Powered by FUDForum. Page generated in 0.03695 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top