Taha1506's blog

By Taha1506, history, 3 years ago, In English

I need to add some flags to compiler to avoid overflow or other stupid mistakes but I can't do it.I searched the methods in the net to find a solution for Clion but since I was very new to programming so I didn't understand well.Can anyone explain please?

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Write it in CMakeLiss.txt

set(CMAKE_CXX_FLAGS "Put ur flags here")