about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorPjotr Prins2017-11-11 07:27:08 +0000
committerPjotr Prins2017-11-11 07:27:08 +0000
commitbd1195dbe0759aa48ac4360313640d4bb8517f34 (patch)
treef857092ae33fb40e956dabd36c4c89446591ee31 /Makefile
parent47b3260e7842656f1882686a593bb374545158dc (diff)
downloadpangemma-bd1195dbe0759aa48ac4360313640d4bb8517f34.tar.gz
Cleaning up compiler warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 824a371..cb82e46 100644
--- a/Makefile
+++ b/Makefile
@@ -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