circo

claudio's IRC oasis
git clone git://git.bitsmanent.org/circo
Log | Files | Refs | README | LICENSE

commit 49903a48cb75cef67dceb0cdbd474406190e72a1
parent ef221bcc0ce6ce45748e1027a941900a2bf072b2
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Sat,  1 Jul 2023 00:21:42 +0200

Use release CFLAGS by default.

Diffstat:
Mconfig.mk | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk @@ -9,8 +9,8 @@ MANPREFIX = ${PREFIX}/share/man # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" -CFLAGS = -std=c99 -g -pedantic -Wall -O0 ${CPPFLAGS} -DDEBUG -#CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${CPPFLAGS} +#CFLAGS = -std=c99 -g -pedantic -Wall -O0 ${CPPFLAGS} -DDEBUG +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${CPPFLAGS} # compiler and linker CC = cc