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 ;
|
OPTIM = -O0 ;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
SubDirCcFlags -DNDEBUG -mtune=$(CPU) ;
|
SubDirCcFlags -DNDEBUG -march=$(CPU) -mtune=$(CPU) ;
|
||||||
SubDirC++Flags -DNDEBUG -mtune=$(CPU) ;
|
SubDirC++Flags -DNDEBUG -march=$(CPU) -mtune=$(CPU) ;
|
||||||
OPTIM = -O3 -fno-strict-aliasing ;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue