mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
merge from srs2.
This commit is contained in:
commit
6df4d1f05a
1 changed files with 1 additions and 2 deletions
|
@ -58,8 +58,7 @@ USER_DIR = .
|
||||||
CPPFLAGS += -I\$(GTEST_DIR)/include
|
CPPFLAGS += -I\$(GTEST_DIR)/include
|
||||||
|
|
||||||
# Flags passed to the C++ compiler.
|
# Flags passed to the C++ compiler.
|
||||||
CXXFLAGS += -g -Wall -Wextra -O0
|
CXXFLAGS += -g -Wall -Wextra -O0 ${EXTRA_DEFINES}
|
||||||
CXXFLAGS += $EXTRA_DEFINES
|
|
||||||
|
|
||||||
# All tests produced by this Makefile. Remember to add new tests you
|
# All tests produced by this Makefile. Remember to add new tests you
|
||||||
# created to the list.
|
# created to the list.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue