]> git.pld-linux.org Git - packages/aiccu.git/blame - 03_no-quiet-gcc.patch
- cleanup
[packages/aiccu.git] / 03_no-quiet-gcc.patch
CommitLineData
3ed092f9
JR
1It's better for us to see gcc output in the build log to ease debugging.
2Quiet builds make that much harder.
3
4Index: aiccu-20070115/unix-console/Makefile
5===================================================================
6--- aiccu-20070115.orig/unix-console/Makefile 2009-10-25 22:33:06.000000000 +0100
7+++ aiccu-20070115/unix-console/Makefile 2009-10-25 22:33:12.000000000 +0100
8@@ -26,7 +26,7 @@
9
10 #CFLAGS += $(CWARNS) -D_GNU_SOURCE -D_DEBUG -g3 -O0
11 CFLAGS += $(CWARNS) -D_GNU_SOURCE
12-CC = @gcc
13+CC = gcc
14 RM = rm
15
16 # Add -O3 when nothing is specified yet
This page took 0.077045 seconds and 4 git commands to generate.