diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/es/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/es/Makefile b/shells/es/Makefile index 9e37bddaf8af..dcc881c691d0 100644 --- a/shells/es/Makefile +++ b/shells/es/Makefile @@ -17,6 +17,7 @@ COMMENT= An extensible shell, derived from plan9's rc GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-readline +CFLAGS:= ${CFLAGS:N-O*} ALL_TARGET= es MAN1= es.1 |