mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 19:41:53 +00:00
18 lines
360 B
Text
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
|