fletcher / fletcher/ios-cmake

Generate Debug Symbols turned off

Open
#16 1 comment 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
CMake
Stars
2
Forks
4
PR merge metrics
No merged PRs in 30d

Description

```
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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.