Add flag to Makefile
authorLukas Jiriste <ljiriste@student.42prague.com>
Fri, 25 Oct 2024 10:36:19 +0000 (12:36 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Fri, 25 Oct 2024 10:36:19 +0000 (12:36 +0200)
commit8fc06e9d94e9df3d544e87d092f56c1ef170550f
tree88a4230ad0ea6f4ece15bd013fc5de9a217930e3
parent2ae3b41ffa0a7f3db49eb1af8e46307be5f72653
Add flag to Makefile

The 42 computers have c++ pointed to clang++. Clang obscures the
std::string type in gdb even with -g flag, but the option
-fno-limit-debug-info makes std::string legible.
So I added he flag but it is not used in g++ which could be hiding under
c++, so I've rewritten the Makefile to explicitly use clang++.
ex01/Makefile