Skip to content

Commit c9cd76f

Browse files
committed
fix doc build (apache#2265)
1 parent 179ca3a commit c9cd76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/readthedocs.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ USE_INTEL_PATH = NONE
4343
ADD_LDFLAGS = -lgomp
4444

4545
# the additional compile flags you want to add
46-
ADD_CFLAGS = -DMSHADOW_STAND_ALONE=1
46+
ADD_CFLAGS = -DMSHADOW_STAND_ALONE=1 -DMSHADOW_USE_SSE=0
4747
#
4848
# If use MKL, choose static link automatically to fix python wrapper
4949
#

0 commit comments

Comments
 (0)