Browse Source

gdb options

tags/v1.0
Robin Thoni 9 years ago
parent
commit
5ac752fe27
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

@@ -1,5 +1,5 @@
1 1
 CXX = g++
2
-CXXFLAGS = -Wall -Wextra -Werror -pedantic -std=c++1y
2
+CXXFLAGS = -Wall -Wextra -Werror -pedantic -std=c++1y -g3 -ggdb3
3 3
 SRC = main.cpp mainclass.cpp
4 4
 OBJ = $(addprefix src/, $(SRC:.cpp=.o))
5 5
 

Loading…
Cancel
Save