Explorar el Código

gdb options

tags/v1.0
Robin Thoni hace 9 años
padre
commit
5ac752fe27
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -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…
Cancelar
Guardar