mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Fixed flags for javac: use -g if debug = yes, and -O if debug != yes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11450 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
49f383e602
commit
dc4f940d63
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
Wed Nov 21 15:34:15 2001 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* common.make (ADDITIONAL_JAVAFLAGS): Removed unused variable.
|
||||
(INTERNAL_JAVACFLAGS): Defined to be `-g -deprecation' if
|
||||
debug=yes, and `-O' if debug=no.
|
||||
* rules.make (ALL_JAVACFLAGS): Add INTERNAL_JAVACFLAGS. Do not
|
||||
add -deprecation manually.
|
||||
|
||||
2001-11-19 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/REAMDE.NetBSD: Update from jnqt@fbe.freeserve.ne.jp.
|
||||
|
|
Loading…
Reference in a new issue