[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Integer/APInt/Makefile
Reid Spencer
reid at x10sys.com
Tue Feb 13 19:47:56 PST 2007
Changes in directory llvm-test/SingleSource/UnitTests/Integer/APInt:
Makefile updated: 1.2 -> 1.3
---
Log message:
Disable optimization for better testing.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/SingleSource/UnitTests/Integer/APInt/Makefile
diff -u llvm-test/SingleSource/UnitTests/Integer/APInt/Makefile:1.2 llvm-test/SingleSource/UnitTests/Integer/APInt/Makefile:1.3
--- llvm-test/SingleSource/UnitTests/Integer/APInt/Makefile:1.2 Tue Feb 13 20:49:22 2007
+++ llvm-test/SingleSource/UnitTests/Integer/APInt/Makefile Tue Feb 13 21:47:40 2007
@@ -5,4 +5,4 @@
include $(LEVEL)/SingleSource/Makefile.singlesrc
LDFLAGS += -L$(LLVM_OBJ_ROOT)/Debug/lib -lLLVMSupport -lLLVMSystem -lstdc++
-CXXFLAGS += -I$(LLVM_SRC_ROOT)/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__NO_MATH_INLINES -g
+CXXFLAGS += -I$(LLVM_SRC_ROOT)/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__NO_MATH_INLINES -g -O0
More information about the llvm-commits
mailing list