diff options
author | Pjotr Prins | 2017-10-14 07:46:34 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-10-14 07:46:34 +0000 |
commit | c7678424a339a61d189f1d6a8d42d84683f7c2a7 (patch) | |
tree | cb15d0fcb296bc839f37dc1d4dcfc57c235bd971 /INSTALL.md | |
parent | 12400932dd780a83bdad51642abda802797960b3 (diff) | |
download | pangemma-c7678424a339a61d189f1d6a8d42d84683f7c2a7.tar.gz |
More travis
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -88,6 +88,9 @@ should compile with GCC_FLAGS="" to disable optimizations (-O3). E.g. make EIGEN_INCLUDE_PATH=~/.guix-profile/include/eigen3 WITH_OPENBLAS=1 GCC_FLAGS= +If you get older OpenBlas errors you may need to add +OPENBLAS_LEGACY=1. + Other options, such as compiling with warnings, are listed in the Makefile. |