diff options
Diffstat (limited to 'argp/Makefile')
-rw-r--r-- | argp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/argp/Makefile b/argp/Makefile index d341e57006..a68ca1bee3 100644 --- a/argp/Makefile +++ b/argp/Makefile @@ -28,7 +28,8 @@ routines = $(addprefix argp-, ba fmtstream fs-xinl help parse pv \ tests = argp-test tst-argp1 -CFLAGS-argp-help.c = -fexceptions +CFLAGS-argp-help.c = $(uses-callbacks) -fexceptions +CFLAGS-argp-parse.c = $(uses-callbacks) CFLAGS-argp-fmtstream.c = -fexceptions include ../Rules |