Skip to content

Comments

Update Makefile line 378,add -std=c++11 in CXXFLAGS .#4

Open
xiangqiaolxq wants to merge 2 commits intoCaffe-MPI:masterfrom
xiangqiaolxq:master
Open

Update Makefile line 378,add -std=c++11 in CXXFLAGS .#4
xiangqiaolxq wants to merge 2 commits intoCaffe-MPI:masterfrom
xiangqiaolxq:master

Conversation

@xiangqiaolxq
Copy link

fixed issue some error about stdc++ 11 in Ubuntu 14.04 #3
add -std=c++11 to CXXFLAGS in Makefile

fixed this :some error about stdc++ 11 in Ubuntu 14.04 Caffe-MPI#3
Update Makefile line 378,add -std=c++11 in CXXFLAGS .
@twmht
Copy link

twmht commented Jan 31, 2018

how about nvcc?

@Yangel-hide
Copy link

@twmht I add -std=c++11 to NVCCFLAGS in Makefile solve the problem.
NVCCFLAGS += -ccbin=$(CXX) -Xcompiler -fPIC -std=c++11 $(COMMON_FLAGS)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants