diff options
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/Makefile b/posix/Makefile index d8516c2..c617612 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -127,6 +127,7 @@ CFLAGS-sleep.c = -fexceptions CFLAGS-wait.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-waitid.c = -fexceptions CFLAGS-waitpid.c = -fexceptions -fasynchronous-unwind-tables +CFLAGS-getopt.c = -fexceptions tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \ --none random --col --color --colour |