]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
* ALL: the build mechanism now uses automake. See HACKING for more details.
[vlc] / include / vlc_config.h
index d38c27fa6e3cd3a4544973e3cb6719a9c2ab7298..53680185ba2abd5b6b0a43fe2b35a92420edffd2 100644 (file)
 
 /* Optimization level, from 0 to 2 - 1 is generally a good compromise. Remember
  * that raising this level dramatically lengthens the compilation time. */
-#if defined( HAVE_RELEASE ) || defined( __pentiumpro__ )
+#if defined( HAVE_RELEASE )
 #   define VPAR_OPTIM_LEVEL             2
 #else
 #   define VPAR_OPTIM_LEVEL             1