-march switch

This commit is contained in:
Enno Rehling 2008-05-25 00:34:24 +00:00
parent f051b5576f
commit 94ae1a1c7c
1 changed files with 2 additions and 3 deletions

View File

@ -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) ;
}
}