Skip to content

Instantly share code, notes, and snippets.

@nox
Created April 1, 2012 16:58
Show Gist options
  • Save nox/2277050 to your computer and use it in GitHub Desktop.
Save nox/2277050 to your computer and use it in GitHub Desktop.
diff --git a/scripts/mysql_config.sh b/scripts/mysql_config.sh
index 9296075..70c18db 100644
--- a/scripts/mysql_config.sh
+++ b/scripts/mysql_config.sh
@@ -137,7 +137,9 @@ for remove in DDBUG_OFF DSAFE_MUTEX DUNIV_MUST_NOT_INLINE DFORCE_INIT_OF_VARS \
DEXTRA_DEBUG DHAVE_purify O 'O[0-9]' 'xO[0-9]' 'W[-A-Za-z]*' \
'mtune=[-A-Za-z0-9]*' 'mcpu=[-A-Za-z0-9]*' 'march=[-A-Za-z0-9]*' \
Xa xstrconst "xc99=none" AC99 \
- unroll2 ip mp restrict
+ unroll2 ip mp restrict \
+ mmmx 'msse[0-9.]*' 'mfpmath=sse' w pipe 'fomit-frame-pointer' 'mmacosx-version-min=10.[0-9]' \
+ aes Os
do
# The first option we might strip will always have a space before it because
# we set -I$pkgincludedir as the first option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment