mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 20:01:13 -05:00
9 lines
161 B
Makefile
9 lines
161 B
Makefile
LEVEL = ../../make
|
|
|
|
CXX_SOURCES := calling.cpp
|
|
|
|
ifneq (,$(findstring icc,$(CC)))
|
|
CXXFLAGS += -debug inline-debug-info
|
|
endif
|
|
|
|
include $(LEVEL)/Makefile.rules
|