mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"
builds to "Release". The default build is unchanged (optimization on, assertions on), however it is now called Release+Asserts. The intent is that future LLVM releases released via llvm.org will be Release builds in the new sense, i.e. will have assertions disabled (currently they have assertions enabled, for a more than 20% slowdown). This will bring them in line with MacOS releases, which ship with assertions disabled. It also means that "Release" now means the same things in make and cmake builds: cmake already disables assertions for "Release" builds AFAICS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107758 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -47,8 +47,8 @@ use Socket;
|
||||
# -noclean Do not run 'make clean' before building.
|
||||
# -nobuild Do not build llvm. If tests are enabled perform them
|
||||
# on the llvm build specified in the build directory
|
||||
# -release Build an LLVM Release version
|
||||
# -release-asserts Build an LLVM ReleaseAsserts version
|
||||
# -release Build an LLVM Release+Asserts version
|
||||
# -release-asserts Build an LLVM Release version
|
||||
# -disable-bindings Disable building LLVM bindings.
|
||||
# -with-clang Checkout Clang source into tools/clang.
|
||||
# -compileflags Next argument specifies extra options passed to make when
|
||||
|
Reference in New Issue
Block a user