Ticket #44330: cflags.patch
File cflags.patch, 478 bytes (added by help@…, 10 years ago) |
---|
-
source/SoundTouch/Makefile.am
old new 36 36 # Note by authore: '-msse2' might not work in non-X86 compilations. If someone can 37 37 # fix this script to automatically check for CPU architecture, please submit a patch 38 38 # to me. 39 AM_CXXFLAGS=-O3 -msse2 - fcheck-new -I../../include39 AM_CXXFLAGS=-O3 -msse2 -I../../include 40 40 41 41 42 42 # other linking flags to add