Advertisement
Guest User

Untitled

a guest
Sep 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. diff --git a/mythtv/configure b/mythtv/configure
  2. index 2b920aa01e..9c9cba7c0f 100755
  3. --- a/mythtv/configure
  4. +++ b/mythtv/configure
  5. @@ -5137,16 +5137,16 @@ if test $target_os = android ; then
  6. fi
  7.  
  8. append CCONFIG "$compile_type"
  9. -if test x$compile_type = x"profile" ; then
  10. - add_cflags -DNDEBUG
  11. - add_cxxflags -DNDEBUG
  12. - enable debug
  13. - disable stripping
  14. - enable profiletype
  15. -elif test x$compile_type = x"debug"; then
  16. - enable debug
  17. +if test x$compile_type = x"debug"; then
  18. disable optimizations stripping
  19. enable debugtype
  20. +else
  21. + add_cflags -DNDEBUG
  22. + add_cxxflags -DNDEBUG
  23. + if test x$compile_type = x"profile" ; then
  24. + disable stripping
  25. + enable profiletype
  26. + fi
  27. fi
  28.  
  29. enabled silent_cc && append CCONFIG "silent"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement