Changes in directory llvm-test:
Makefile.programs updated: 1.194 -> 1.195 --- Log message: Added -fomit-frame-pointer to TARGET_CFLAGS for Darwin --- Diffs of the changes: (+1 -1) Makefile.programs | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u llvm-test/Makefile.programs:1.194 llvm-test/Makefile.programs:1.195 --- llvm-test/Makefile.programs:1.194 Mon Feb 27 00:52:04 2006 +++ llvm-test/Makefile.programs Sun Mar 5 03:40:01 2006 @@ -204,7 +204,7 @@ endif ifeq ($(OS),Darwin) -TARGET_CFLAGS := -mdynamic-no-pic +TARGET_CFLAGS := -mdynamic-no-pic -fomit-frame-pointer endif # Given a version of the entire program linked together into a single unit of _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits