mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-20 10:35:34 +00:00
Enable debug.
This commit is contained in:
parent
4c75a250e6
commit
66868253f0
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<target name="compile" depends="init">
|
<target name="compile" depends="init">
|
||||||
<mkdir dir="build"/>
|
<mkdir dir="build"/>
|
||||||
<javac srcdir="se/sics/coffee" destdir="build" includeantruntime="false" />
|
<javac srcdir="se/sics/coffee" destdir="build" includeantruntime="false" debug="true" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="clean" depends="init">
|
<target name="clean" depends="init">
|
||||||
|
Loading…
Reference in New Issue
Block a user