Browse Source

linux: allow to compile on ubuntu 16.04

2upstream
Tanguy Pruvot 8 years ago
parent
commit
b1db3a230b
  1. 3
      configure.sh

3
configure.sh

@ -8,5 +8,6 @@ @@ -8,5 +8,6 @@
extracflags="-march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16"
CUDA_CFLAGS="-O3 -lineno -Xcompiler -Wall" ./configure CXXFLAGS="-O3 $extracflags" --with-cuda=/usr/local/cuda --with-nvml=libnvidia-ml.so
CUDA_CFLAGS="-O3 -lineno -Xcompiler -Wall -D_FORCE_INLINES" \
./configure CXXFLAGS="-O3 $extracflags" --with-cuda=/usr/local/cuda --with-nvml=libnvidia-ml.so

Loading…
Cancel
Save