Ticket #44330: cflags.patch

File cflags.patch, 478 bytes (added by help@…, 10 years ago)
  • source/SoundTouch/Makefile.am

    old new  
    3636# Note by authore: '-msse2' might not work in non-X86 compilations. If someone can
    3737# fix this script to automatically check for CPU architecture, please submit a patch
    3838# to me.
    39 AM_CXXFLAGS=-O3 -msse2 -fcheck-new -I../../include
     39AM_CXXFLAGS=-O3 -msse2 -I../../include
    4040
    4141
    4242# other linking flags to add