mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
ST: Refine tools and CMakeLists.txt. Add backtrace example. v5.0.79
This commit is contained in:
parent
d9cf874033
commit
5a1a234855
18 changed files with 410 additions and 353 deletions
4
trunk/3rdparty/st-srs/tools/verify/Makefile
vendored
4
trunk/3rdparty/st-srs/tools/verify/Makefile
vendored
|
@ -1,7 +1,7 @@
|
|||
.PHONY: clean
|
||||
|
||||
LDLIBS=../../obj/libst.a
|
||||
CFLAGS=-g -O0
|
||||
CFLAGS=-g -O0 -I../../obj
|
||||
|
||||
OS_NAME = $(shell uname -s)
|
||||
ST_TARGET = linux-debug
|
||||
|
@ -13,7 +13,7 @@ CFLAGS += -arch $(CPU_ARCHS)
|
|||
endif
|
||||
|
||||
./verify: verify.c $(LDLIBS)
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -Wall -o verify verify.c $(LDLIBS)
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -Wall -o $@ $^ $(LDLIBS)
|
||||
|
||||
clean:
|
||||
cd ../.. && make clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue