Added options -cflag, -cxxflags, and -ldflags to override the default C
authorEvan Cheng <evan.cheng@apple.com>
Wed, 8 Feb 2006 09:08:06 +0000 (09:08 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 8 Feb 2006 09:08:06 +0000 (09:08 +0000)
commit3468864f08e8bbf66d5f26e5c81c7f1c93e6befc
tree268e70ce02dadf1784344163a52d3b24d9280e23
parent7560c3af834679e2281817a0437c1c25c952c59b
Added options -cflag, -cxxflags, and -ldflags to override the default C
compilation, C++ compilation, and linker options.
e.g. This is the options I use for testing on my x86 iMac:
nice ./NightlyTest.pl -release -cflags "-Os -DNDEBUG -fomit-frame-pointer" -cxxflags "-Os -DNDEBUG -finline-functions -felide-constructors -fomit-frame-pointer"

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26057 91177308-0d34-0410-b5e6-96231b3b80d8
utils/NightlyTest.pl