diff options
Diffstat (limited to 'plugin/Makefile')
| -rw-r--r-- | plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/Makefile b/plugin/Makefile index 82cf02c..9a2ffde 100644 --- a/plugin/Makefile +++ b/plugin/Makefile @@ -17,7 +17,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' ../version.h | awk '{ pr ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -fPIC -g -O2 -pedantic -Wall -Wextra -Woverloaded-virtual -Wno-parentheses +CXXFLAGS ?= -fPIC -g -O2 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses ### The directory environment: |
