mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-07 18:25:14 +00:00
Enable debug.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
<target name="compile" depends="init">
|
||||
<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 name="clean" depends="init">
|
||||
|
Reference in New Issue
Block a user