summaryrefslogtreecommitdiffstats
path: root/c/src/support/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/support/Makefile.am')
-rw-r--r--c/src/support/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/support/Makefile.am b/c/src/support/Makefile.am
index 2427bdee38..55b549e7fa 100644
--- a/c/src/support/Makefile.am
+++ b/c/src/support/Makefile.am
@@ -9,6 +9,6 @@ AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\"
noinst_LIBRARIES = libsupport.a
libsupport_a_SOURCES = version.c
-libsupport_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
+libsupport_a_CPPFLAGS = $(AM_CPPFLAGS)
include $(top_srcdir)/automake/local.am