1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-12 19:21:53 +00:00
miraclecast/common.am
2016-07-02 15:22:13 +02:00

18 lines
360 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
AM_LDFLAGS = -Wl,--as-needed \
-Wl,--gc-sections \
-Wl,-z,relro \
-Wl,-z,now