On Wednesday 03 December 2014, Bobby Philip wrote: > Thank you for the quick response. > Sorry for the novice question, but how can I turn off the debug build. Is > this something from the qt configure script which will get propagated to > webkit build, or something inside webkit? > You configure Qt with either -debug or -release to get respectively debug and release build. In addition you can configure release builds with -force-debug- info and -separate-debug-info to generate separate debug-info libraries for release builds.
`Allan _______________________________________________ webkit-qt mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-qt
