зеркало из https://github.com/mozilla/moz-skia.git
enable sse2 source in makefile
git-svn-id: http://skia.googlecode.com/svn/trunk@698 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
6bc2f5db71
Коммит
21b0a2b4fe
4
Makefile
4
Makefile
|
@ -37,8 +37,8 @@ include src/core/core_files.mk
|
|||
SRC_LIST := $(addprefix src/core/, $(SOURCE))
|
||||
|
||||
# add the opts (optimizations)
|
||||
#include src/opts/opts_sse2_files.mk
|
||||
include src/opts/opts_files.mk
|
||||
include src/opts/opts_sse2_files.mk
|
||||
#include src/opts/opts_files.mk
|
||||
SRC_LIST += $(addprefix src/opts/, $(SOURCE))
|
||||
|
||||
# we usually need ports
|
||||
|
|
Загрузка…
Ссылка в новой задаче