blob: 0a37c5b9b467cb38851dec01812d499f3b392df3 (
plain)
1
2
3
4
5
6
7
8
9
|
ifeq ($(subdir),socket)
CFLAGS-recv.c += -fexceptions
CFLAGS-send.c += -fexceptions
endif
ifeq ($(subdir),nptl)
CFLAGS-recv.c += -fexceptions
CFLAGS-send.c += -fexceptions
endif
|