diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-01-29 16:10:48 +0000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-01-29 16:10:48 +0000 |
| commit | 565d835d571d9ceb599c8e421765aecb8efed40a (patch) | |
| tree | 2d03a5a406382970fab7663f5aa9c1bd22f8e3d2 /src | |
| parent | 5cb0fb13aa60373de1889ebd0ca4f73235469d25 (diff) | |
Fix option name in haskell.kak
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index b2186394..1ba5c4d4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -59,7 +59,7 @@ ifeq ($(static),yes) LDFLAGS += -static -pthread endif -CXXFLAGS += -pedantic -std=gnu++11 -g -Wall -Wno-reorder -Wno-sign-compare -Wno-address +CXXFLAGS += -pedantic -std=gnu++11 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address all : kak kak : $(objects) |
