mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 16:41:59 +00:00
Start miraclecast against interface of choose. - By tagged udev device - By `--interface` or `-i` option resolves #36, resolves #43, resolves #46
19 lines
392 B
Text
19 lines
392 B
Text
AM_CFLAGS = -Wall \
|
|
-pipe \
|
|
-fno-common \
|
|
-ffast-math \
|
|
-fdiagnostics-show-option \
|
|
-fno-strict-aliasing \
|
|
-fvisibility=hidden \
|
|
-ffunction-sections \
|
|
-fdata-sections
|
|
|
|
AM_CPPFLAGS = -include $(top_builddir)/config.h \
|
|
-I $(top_srcdir)/src \
|
|
-I $(top_srcdir)/src/shared \
|
|
'-DBUILD_BINDIR="$(bindir)"'
|
|
|
|
AM_LDFLAGS = -Wl,--as-needed \
|
|
-Wl,--gc-sections \
|
|
-Wl,-z,relro \
|
|
-Wl,-z,now
|