mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
462 B
Diff
18 lines
462 B
Diff
10 years ago
|
diff -r -c ./Makefile ../http-parser-2.1/Makefile
|
||
|
*** ./Makefile Tue Mar 10 10:44:19 2015
|
||
|
--- ../http-parser-2.1/Makefile Wed Mar 27 06:35:20 2013
|
||
|
***************
|
||
|
*** 12,22 ****
|
||
|
CFLAGS_FAST = $(CFLAGS) -O3 $(CFLAGS_FAST_EXTRA)
|
||
|
CFLAGS_LIB = $(CFLAGS_FAST) -fPIC
|
||
|
|
||
|
- # patch by winlin
|
||
|
- CPPFLAGS_FAST = $(CPPFLAGS_DEBUG)
|
||
|
- CFLAGS_FAST = $(CFLAGS_DEBUG)
|
||
|
- CFLAGS_LIB = $(CFLAGS_FAST) -fPIC
|
||
|
-
|
||
|
test: test_g test_fast
|
||
|
./test_g
|
||
|
./test_fast
|
||
|
--- 12,17 ----
|