diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-17 20:23:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-17 20:23:12 +0300 |
commit | 1e91bca70f5f9d6eba3e553827c1e295d483c4a5 (patch) | |
tree | 6a2c0dffb879b854dca6b92554ade0b96bdb1bd5 /src/Makefile.am | |
parent | 741db9d3dea225873acac043a50900a9ca67b4c6 (diff) | |
download | plus-1e91bca70f5f9d6eba3e553827c1e295d483c4a5.tar.gz plus-1e91bca70f5f9d6eba3e553827c1e295d483c4a5.tar.bz2 plus-1e91bca70f5f9d6eba3e553827c1e295d483c4a5.tar.xz plus-1e91bca70f5f9d6eba3e553827c1e295d483c4a5.zip |
Update compiler plugin parameters.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c79184690..daab0c9ad 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,7 +14,7 @@ manaplus_CXXFLAGS += -DENABLE_PORTABLE endif if ENABLE_CHECKPLUGIN -manaplus_CXXFLAGS += -fplugin=../build/checkplugin.so -fplugin-arg-checkplugin-command=parse +manaplus_CXXFLAGS += -fplugin=../build/checkplugin.so -fplugin-arg-checkplugin-command=detectnullpointers endif if USE_OPENGL |