diff options
author | Pjotr Prins | 2017-11-11 07:27:08 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-11-11 07:27:08 +0000 |
commit | bd1195dbe0759aa48ac4360313640d4bb8517f34 (patch) | |
tree | f857092ae33fb40e956dabd36c4c89446591ee31 /Makefile | |
parent | 47b3260e7842656f1882686a593bb374545158dc (diff) | |
download | pangemma-bd1195dbe0759aa48ac4360313640d4bb8517f34.tar.gz |
Cleaning up compiler warnings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ WITH_LAPACK = 1 WITH_OPENBLAS = # Defaults to LAPACK - OPENBLAS may be faster OPENBLAS_LEGACY = # Using older OpenBlas FORCE_STATIC = # Static linking of libraries -GCC_FLAGS = -O3 -std=gnu++11 # extra flags -Wl,--allow-multiple-definition +GCC_FLAGS = -Wall -O3 -std=gnu++11 # extra flags -Wl,--allow-multiple-definition TRAVIS_CI = # used by TRAVIS for testing EIGEN_INCLUDE_PATH = /usr/include/eigen3 |