1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

research st, add test for setjmp and longjmp.

This commit is contained in:
winlin 2014-11-10 16:50:36 +08:00
parent 4d4e840209
commit 91f6dbe479
2 changed files with 66 additions and 0 deletions

View file

@ -1,4 +1,5 @@
/*
# http://blog.csdn.net/win_lin/article/details/40948277
# for all supports setjmp and longjmp:
g++ -g -O0 -o jmp_flow jmp_flow.cpp
*/