diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-07-27 08:31:24 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-07-27 08:31:24 +0100 |
commit | a99759398841d86928c7ad4d8248f907765cbeb2 (patch) | |
tree | 5adb05a273e0532be2665e8ae95a8b4042809213 /config.mk | |
parent | b38ed132a7df231fc08ce384d8559e6648fdd0cc (diff) |
add crop-to-visible function (C)
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ PREFIX = /usr/local BINDIR = ${PREFIX}/bin MANDIR = ${PREFIX}/share/man -CFLAGS = -O3 -std=c90 -pedantic -Wall +CFLAGS = -O0 -std=c99 -pedantic -Wall CC = cc |