10 lines
179 B
Makefile
10 lines
179 B
Makefile
|
ifeq ($(subdir),socket)
|
||
|
CFLAGS-recv.c += -fexceptions
|
||
|
CFLAGS-send.c += -fexceptions
|
||
|
endif
|
||
|
|
||
|
ifeq ($(subdir),nptl)
|
||
|
CFLAGS-recv.c += -fexceptions
|
||
|
CFLAGS-send.c += -fexceptions
|
||
|
endif
|