$OpenBSD: patch-Makefile_cmdline,v 1.1.1.1 2017/03/27 15:39:00 fcambus Exp $
--- Makefile.cmdline.orig	Sun Mar 19 23:56:24 2017
+++ Makefile.cmdline	Sun Mar 26 13:01:27 2017
@@ -9,7 +9,7 @@ CMDLINE_SOURCES = \
 	examples/cmdline/duk_cmdline.c
 
 CC	= gcc
-CCOPTS	= -Os -pedantic -std=c99 -Wall -fstrict-aliasing -fomit-frame-pointer
+CCOPTS	= ${CFLAGS} -pedantic -std=c99 -Wall -fstrict-aliasing -fomit-frame-pointer
 CCOPTS += -I./src   # duktape.h and duk_config.h must be in include path
 CCLIBS	= -lm
 
