mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
226 B

  1. # we force -O2 or -Os, but xine want's to build some stuff with -O3.
  2. # it looks like gcc produces wrong MMX code in some cases if it's not
  3. # running with -O3 as passed by xine.
  4. var_remove_regex GCC_WRAPPER_REMOVE " " "-O.*"