diff options
author | deflinhec <falconlegend810518@gmail.com> | 2020-04-29 20:29:52 +0800 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2020-05-01 23:28:08 +1000 |
commit | 014d3ef82db65e9e86c05da425838b6a0a623af9 (patch) | |
tree | 26f18b3c183af51e549a9ec05397067aa313d408 /.clang_complete | |
parent | 13b01f9d311b274a4f22370168229207b8caa1d5 (diff) |
Make debug postfix optional
Library debug postfix might not be suitable for cross platform project, and usually require extra work of link against prebuilt yaml-cpp.
Generally, Xcode project output library to these directories:
Debug
Release
Debug-iphoneos
Release-iphoneos
Debug-iphonesimulator
Release-iphonesimulator
Another Xcode project usually configured its build setting as follow, and expects library name to be same between Release and Debug
LIBRARY_SEARCH_PATHS=$(CONFIGURATION)$(EFFECT_PLATFORM_NAME)
OTHER_LDFLAGS= $(inherited) -lentityx
Diffstat (limited to '.clang_complete')
0 files changed, 0 insertions, 0 deletions