Skip to main content



      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 02:12 Go to next message
Eclipse UserFriend
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 05:14 Go to previous message
Eclipse UserFriend
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: Fri Apr 18 09:46:06 EDT 2025

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

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

Back to the top