forked from github/server
-march switch
This commit is contained in:
parent
f051b5576f
commit
94ae1a1c7c
1 changed files with 2 additions and 3 deletions
|
@ -145,9 +145,8 @@ rule TargetDirectory
|
|||
OPTIM = -O0 ;
|
||||
}
|
||||
else {
|
||||
SubDirCcFlags -DNDEBUG -mtune=$(CPU) ;
|
||||
SubDirC++Flags -DNDEBUG -mtune=$(CPU) ;
|
||||
OPTIM = -O3 -fno-strict-aliasing ;
|
||||
SubDirCcFlags -DNDEBUG -march=$(CPU) -mtune=$(CPU) ;
|
||||
SubDirC++Flags -DNDEBUG -march=$(CPU) -mtune=$(CPU) ;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue