<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="font-family:'Noto Sans';font-size:10pt;font-weight:400;font-style:normal"><p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'monospace';color:#00007f;background-color:#ffffff">   [eschnigma@manjaro build]$ cmake .. -DCMAKE_BUILD_TYPE:STRING="Debug" </span><span style="font-family:'monospace';color:#00007f"><br>-- The C compiler identification is unknown <br>-- The CXX compiler identification is unknown</span></p></div></blockquote><div><br></div></div>This is definitely the reason for no debug symbols.  If the compiler is unknown then CMake won't know the right flags to pass to generate debug info.  The more important question though is why the compiler can't be identified.  What compiler is being used?  Can check with /usr/bin/c++ --version ?<br></div></div>