Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
7a9127c9
Commit
7a9127c9
authored
Jun 18, 2011
by
Pieter Noordhuis
Browse files
Move redirection around
parent
722c1428
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
7a9127c9
...
@@ -11,7 +11,7 @@ HIREDIS_MAJOR=0
...
@@ -11,7 +11,7 @@ HIREDIS_MAJOR=0
HIREDIS_MINOR
=
10
HIREDIS_MINOR
=
10
# Fallback to gcc when $CC is not in $PATH.
# Fallback to gcc when $CC is not in $PATH.
CC
:=
$(
shell
sh
-c
'type
$(CC)
2
>/dev/null
1
>/dev/null && echo
$(CC)
|| echo gcc'
)
CC
:=
$(
shell
sh
-c
'type
$(CC)
>/dev/null
2
>/dev/null && echo
$(CC)
|| echo gcc'
)
OPTIMIZATION
?=
-O3
OPTIMIZATION
?=
-O3
CFLAGS
=
$(OPTIMIZATION)
-fPIC
-Wall
-W
-Wstrict-prototypes
-Wwrite-strings
$(ARCH)
$(PROF)
CFLAGS
=
$(OPTIMIZATION)
-fPIC
-Wall
-W
-Wstrict-prototypes
-Wwrite-strings
$(ARCH)
$(PROF)
LDFLAGS
=
LDFLAGS
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment