正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
| @@ -58,8 +58,7 @@ USER_DIR = . | @@ -58,8 +58,7 @@ USER_DIR = . | ||
| 58 | CPPFLAGS += -I\$(GTEST_DIR)/include | 58 | CPPFLAGS += -I\$(GTEST_DIR)/include |
| 59 | 59 | ||
| 60 | # Flags passed to the C++ compiler. | 60 | # Flags passed to the C++ compiler. |
| 61 | -CXXFLAGS += -g -Wall -Wextra -O0 | ||
| 62 | -CXXFLAGS += $EXTRA_DEFINES | 61 | +CXXFLAGS += -g -Wall -Wextra -O0 ${EXTRA_DEFINES} |
| 63 | 62 | ||
| 64 | # All tests produced by this Makefile. Remember to add new tests you | 63 | # All tests produced by this Makefile. Remember to add new tests you |
| 65 | # created to the list. | 64 | # created to the list. |
-
请 注册 或 登录 后发表评论