mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 11:11:08 +02:00
profile: x86 -march=pentium-m
This commit is contained in:
parent
197546c01b
commit
364c5fb412
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
CFLAGS="-mtune=pentium-m -fomit-frame-pointer"
|
||||
CFLAGS="-march=pentium-m -mtune=pentium-m -fomit-frame-pointer"
|
||||
CXXFLAGS="${CFLAGS}"
|
||||
FFLAGS="${CFLAGS}"
|
||||
FCFLAGS="${CFLAGS}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue