Skip to content

Generate Debug Symbols turned off #16

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. Run cmake using the ios toolchain, open the xcodeproject

What is the expected output?
Generate Debug Symbols should be "Yes" for "Debug" and "RelWithDebInfo", and 
otherwise "No"

What do you see instead?
It is always set to "No"

Please provide any additional information below.
To solve this, removing the following lines from iOS.cmake works for me:

  # Force the compilers to gcc for iOS
  include (CMakeForceCompiler)
  CMAKE_FORCE_C_COMPILER (/usr/bin/clang Apple)
  CMAKE_FORCE_CXX_COMPILER (/usr/bin/clang++ Apple)
  set(CMAKE_AR ar CACHE FILEPATH "" FORCE)




Original issue reported on code.google.com by jan.rue...@dacuda.com on 4 Aug 2014 at 1:54

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions