mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
(CC): Added -pipe.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1232 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7b536d47b3
commit
c723c2f3ab
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ exec_prefix = @exec_prefix@
|
|||
libdir = $(exec_prefix)/lib
|
||||
includedir = $(prefix)/include
|
||||
|
||||
CC = @CC@
|
||||
CC = @CC@ -pipe
|
||||
RANLIB = @RANLIB@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue