Ver código fonte

gdb options

tags/v1.0
Robin Thoni 9 anos atrás
pai
commit
5ac752fe27
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Ver arquivo

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

Carregando…
Cancelar
Salvar