浏览代码

gdb options

tags/v1.0
Robin Thoni 9 年前
父节点
当前提交
5ac752fe27
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Makefile

+ 1
- 1
Makefile 查看文件

@@ -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
 

正在加载...
取消
保存