It seems strange to disable compiler warnings and hide information from users.
Quote from the Makefile
for the template:
CXX = clang++
override CXXFLAGS += -g -Wno-everything
It seems strange to disable compiler warnings and hide information from users.
Quote from the Makefile
for the template:
CXX = clang++
override CXXFLAGS += -g -Wno-everything