diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-11-16 18:49:14 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-11-16 18:49:14 +0100 |
commit | eca23ed0b3558d5c6bca960a599924b888fd2468 (patch) | |
tree | 89f16eadbcfbaae4e7b131c3fc105afe2d6e5455 /GNUmakefile | |
parent | Fixed another one. (diff) | |
download | cuberite-eca23ed0b3558d5c6bca960a599924b888fd2468.tar cuberite-eca23ed0b3558d5c6bca960a599924b888fd2468.tar.gz cuberite-eca23ed0b3558d5c6bca960a599924b888fd2468.tar.bz2 cuberite-eca23ed0b3558d5c6bca960a599924b888fd2468.tar.lz cuberite-eca23ed0b3558d5c6bca960a599924b888fd2468.tar.xz cuberite-eca23ed0b3558d5c6bca960a599924b888fd2468.tar.zst cuberite-eca23ed0b3558d5c6bca960a599924b888fd2468.zip |
Diffstat (limited to '')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index e40748bef..d8afc0525 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -88,6 +88,10 @@ endif endif endif +################################################## +# Always be warning. + +CXX_OPTIONS += -Wall ################################################### # Fix Crypto++ warnings in clang |