Skip to content

Commit

Permalink
Last try.
Browse files Browse the repository at this point in the history
  • Loading branch information
TACIXAT committed Oct 14, 2016
1 parent 7e1e7ee commit e437c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BASE_PATH = $(shell pwd)
ARCH = -arch=compute_52 -code=sm_52

ifeq ($(shell whoami),travis)
ARCH = -arch=compute_20 -code=sm_20
ARCH = -arch=compute_35 -code=sm_35
endif

INCLUDES = -I$(BASE_PATH)/libs/libsodium-1.0.11/src/libsodium/include/ -I/usr/local/cuda/include/
Expand Down

0 comments on commit e437c69

Please sign in to comment.