Skip to content

Commit

Permalink
Makefile warn confuses eclipse CDT builder
Browse files Browse the repository at this point in the history
  • Loading branch information
gpertea committed Feb 25, 2018
1 parent 9772f0b commit e5d850c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ ifdef STATIC_CLIB
endif

ifdef DEBUG_BUILD
$(warning Building DEBUG version of stringtie.. )
#$(warning Building DEBUG version of stringtie.. )
DBG_WARN=@echo
DBG_WARN+='WARNING: built DEBUG version [much slower], use "make clean release" for a faster, optimized version of the program.'
endif
Expand Down

0 comments on commit e5d850c

Please sign in to comment.