diff options
| author | Maxime Coste <mawww@kakoune.org> | 2019-01-22 19:41:58 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2019-01-22 19:41:58 +1100 |
| commit | c07f052de7fe98d4d991eaa207a34982cd2fc0c0 (patch) | |
| tree | 8a21ea680b89f5039c47da16347eab4d335a238f /src | |
| parent | 45995ad5725f40ecb1a5e937816703400453448a (diff) | |
Default to release build
Fixes #2701
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 fa522fd8..19a38e5a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -debug ?= yes +debug ?= no static ?= no gzip_man ?= yes |
