зеркало из https://github.com/microsoft/caffe.git
upgrade warnings to -Wall -Werror -Wno-sign-compare
This commit is contained in:
Родитель
cd81969b24
Коммит
ff5e35ee77
2
Makefile
2
Makefile
|
@ -134,7 +134,7 @@ LIBRARIES := cudart cublas curand \
|
|||
hdf5_hl hdf5 \
|
||||
opencv_core opencv_highgui opencv_imgproc
|
||||
PYTHON_LIBRARIES := boost_python python2.7
|
||||
WARNINGS := -Wall
|
||||
WARNINGS := -Wall -Werror -Wno-sign-compare
|
||||
|
||||
##############################
|
||||
# Set build directories
|
||||
|
|
Загрузка…
Ссылка в новой задаче