Fixed file name.
This commit is contained in:
parent
796ecad77e
commit
a247e464fa
2 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ MAKEFLAGS="-j3"
|
||||||
# in this way, packages can be tuned independently. For example,
|
# in this way, packages can be tuned independently. For example,
|
||||||
# if you have trouble building a package in mode defOpt, add
|
# if you have trouble building a package in mode defOpt, add
|
||||||
# the package to opt_override with a different mode.
|
# the package to opt_override with a different mode.
|
||||||
DEF_OPT_LVL=defOpt
|
DEF_OPT_LVL=defOpt_march
|
||||||
|
|
||||||
|
|
||||||
#--- Active optimization variables
|
#--- Active optimization variables
|
||||||
|
|
Reference in a new issue