mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
Reenable QUIET_CC
This commit is contained in:
parent
1b4a845c71
commit
229949d965
1 changed files with 1 additions and 1 deletions
2
Make.inc
2
Make.inc
|
@ -4,7 +4,7 @@ CFLAGS= -Wall -O2 -I$(OPENLIBM_HOME) -I$(OPENLIBM_HOME)/include -I$(OPENLIBM_HOM
|
|||
default: all
|
||||
|
||||
%.c.o: %.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
$(QUIET_CC)$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
%.S.o: %.S
|
||||
$(QUIET_ASM)$(CC) $(filter -f% -m% -B% -I% -D%,$(CFLAGS)) -c $< -o $@
|
||||
|
|
Loading…
Reference in a new issue