Alexandre Pretyman
Alexandre Pretyman
Note: `-fdebug-prefix-map` is not available with the clang that comes with Xcode 7.1.1 ``` Apple LLVM version 7.0.0 (clang-700.1.76) Target: x86_64-apple-darwin15.2.0 Thread model: posix ```
From: http://stackoverflow.com/questions/9607155/make-gcc-put-relative-filenames-in-debug-information You can use the **-fdebug-prefix-map** flag to remap the debugging information paths. For example, to make the paths relative to the build location use: **-fdebug-prefix-map=/full/build/path=.**
> What have you tried to say? :) Didn't imply anything, just gathering the relevant information in here. ;-)
> What about higher versions? Seems to be available in clang that comes with Xcode 7.3.1: ``` Apple LLVM version 7.3.0 (clang-703.0.31) Target: x86_64-apple-darwin15.6.0 Thread model: posix ``` 👍
@AndreasLoow agreed, https://github.com/observerss/pygodaddy/pull/13 seems to have less changes and does the job
@observerss :+1: Please merge https://github.com/observerss/pygodaddy/pull/13