Fix optimization configuraiton files
This commit is contained in:
parent
0ba80be856
commit
e5987084e6
2 changed files with 1 additions and 2 deletions
|
@ -22,7 +22,7 @@ BLACK_LIST="$BLACK_LIST libee"
|
|||
#
|
||||
# Not set here combined modes of form defOpt_myMode.
|
||||
# Combined modes of form modeA_modeB can be set here.
|
||||
DEF_OPT_MODE=O2pipe
|
||||
DEF_OPT_MODE=noOpt
|
||||
|
||||
|
||||
#--- Active optimization variables
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
gcc noOpt
|
||||
grub noOpt
|
||||
zlib defOpt_fPIC
|
||||
|
|
Reference in a new issue