kewlbear / FFmpeg-iOS-build-script

Shell scripts to build FFmpeg for iOS and tvOS
3.03k stars 897 forks source link

enable debug #92

Closed weinixuehao closed 7 years ago

weinixuehao commented 7 years ago

1、I want to enable debug with symbols, how to do it? 2、if can not, alternatively print log in source code, but each time take much time to build. has solution avoid it?

kewlbear commented 7 years ago

Try configure --help. There are options like following:

Developer options (useful when working on FFmpeg itself):
  --disable-debug          disable debugging symbols
  --enable-debug=LEVEL     set the debug level []
  --disable-optimizations  disable compiler optimizations