提交 cc73d932 编写于 作者: T twisti

Merge

...@@ -350,9 +350,9 @@ else ...@@ -350,9 +350,9 @@ else
ifeq ($(DEBUG_CFLAGS/$(BUILDARCH)),) ifeq ($(DEBUG_CFLAGS/$(BUILDARCH)),)
ifeq ($(USE_CLANG), true) ifeq ($(USE_CLANG), true)
# Clang doesn't understand -gstabs # Clang doesn't understand -gstabs
OPT_CFLAGS += -g DEBUG_CFLAGS += -g
else else
OPT_CFLAGS += -gstabs DEBUG_CFLAGS += -gstabs
endif endif
endif endif
...@@ -365,9 +365,9 @@ else ...@@ -365,9 +365,9 @@ else
ifeq ($(FASTDEBUG_CFLAGS/$(BUILDARCH)),) ifeq ($(FASTDEBUG_CFLAGS/$(BUILDARCH)),)
ifeq ($(USE_CLANG), true) ifeq ($(USE_CLANG), true)
# Clang doesn't understand -gstabs # Clang doesn't understand -gstabs
OPT_CFLAGS += -g FASTDEBUG_CFLAGS += -g
else else
OPT_CFLAGS += -gstabs FASTDEBUG_CFLAGS += -gstabs
endif endif
endif endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册