xcode3.2 - Build and Debug in Xcode -


the icon in xcode says "build , run". how change "build , debug"

i read if use "build , run" work optimize code.

"i read if use "build , run" work optimize code."

no - wrong - release builds typically have optimisation enabled , debug builds don't. has nothing how run program (i.e. run vs debug), depends on configuration building.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -