mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Turn off binary comparison for 3.3 release.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_33@181398 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f4e04ae3a7
commit
5706fb9af2
@ -35,7 +35,7 @@ do_objc="yes"
|
||||
do_64bit="yes"
|
||||
do_debug="no"
|
||||
do_asserts="no"
|
||||
do_compare="yes"
|
||||
do_compare="no"
|
||||
BuildDir="`pwd`"
|
||||
|
||||
function usage() {
|
||||
|
Loading…
Reference in New Issue
Block a user