Skip to content

Commit

Permalink
Merge pull request #25 from shaform/compilefix
Browse files Browse the repository at this point in the history
Fix compilation problems caused by a newer version of thrust library.
  • Loading branch information
周伯威 Po-Wei Chou committed Oct 2, 2015
2 parents 1ad57ed + 5bb989c commit 1cef040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@ CFLAGS=-fPIC -std=c++0x #-Werror -Wall
LFLAGS_BIN=
LFLAGS_LIB=-shared
NVCC=nvcc -arch=sm_21 -w #-Xcompiler "-Wall"
NVCFLAGS=-Xcompiler -fPIC
NVCFLAGS=-Xcompiler -fPIC -std=c++11

BOTON_UTIL_ROOT=tools/utility/
CUMATRIX_ROOT=tools/libcumatrix/
Expand Down

0 comments on commit 1cef040

Please sign in to comment.