forked from OSchip/llvm-project
The default configuration should be Debug, not DebugClang.
llvm-svn: 176845
This commit is contained in:
parent
0bb60d8972
commit
e674c8315a
|
@ -87,7 +87,7 @@
|
|||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
customWorkingDirectory = "/Volumes/work/gclayton/Documents/devb/attach"
|
||||
buildConfiguration = "DebugClang"
|
||||
buildConfiguration = "Debug"
|
||||
ignoresPersistentStateOnLaunch = "YES"
|
||||
debugDocumentVersioning = "YES"
|
||||
allowLocationSimulation = "YES">
|
||||
|
|
Loading…
Reference in New Issue