1
0
Fork 0
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:
winlin 2015-11-05 15:12:49 +08:00
commit 6df4d1f05a

View file

@ -58,8 +58,7 @@ USER_DIR = .
CPPFLAGS += -I\$(GTEST_DIR)/include
# Flags passed to the C++ compiler.
CXXFLAGS += -g -Wall -Wextra -O0
CXXFLAGS += $EXTRA_DEFINES
CXXFLAGS += -g -Wall -Wextra -O0 ${EXTRA_DEFINES}
# All tests produced by this Makefile. Remember to add new tests you
# created to the list.