1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

[Jamrules.common]

* removed debug lines
This commit is contained in:
Oliver Hahm 2012-11-05 10:40:24 -05:00
parent ab30c0b826
commit 31e7d39ca5

View File

@ -57,8 +57,6 @@ if $(NT) {
# use english language output for gcc
actions Cc
{
#echo $(PWD)
#echo TEST $(CCFLAGS)
LANG=C $(CC) -c -o $(<) $(CCFLAGS) -D$(MODULE_DEFINES) $(CCDEFS) $(CCHDRS) $(>)
}