mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* Makefile.in (CC): Don't list -Wall here; it's a GCC-specific flag.
* configure.in: Instead, put it in CFLAGS here, iff we're using GCC.
This commit is contained in:
parent
818a980daf
commit
1c9610334e
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ CFLAGS=@CFLAGS@
|
|||
# building.
|
||||
INCLUDE_CFLAGS=-I. -I$(srcdir)/.. -I$(srcdir)
|
||||
ALL_CFLAGS=$(X_CFLAGS) $(INCLUDE_CFLAGS) $(X11_INCLUDES) @DEFS@
|
||||
CC=@CC@ $(ALL_CFLAGS) -Wall
|
||||
CC=@CC@ $(ALL_CFLAGS)
|
||||
|
||||
# CC used as a front end for ld
|
||||
LDFLAGS = @LDFLAGS@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue