Skip to content

Commit

Permalink
Removed non-standard compiler parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ctabin committed Sep 15, 2009
1 parent 98c1aff commit d08dd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretty-printer/src/Makefile.am
Expand Up @@ -10,5 +10,5 @@ pretty_print_la_SOURCES = \
ConfigUI.h \
ConfigUI.c

pretty_print_la_CFLAGS = $(AM_CFLAGS) $(LIBXML_CFLAGS) -Wall -fno-common
pretty_print_la_CFLAGS = $(AM_CFLAGS) $(LIBXML_CFLAGS)
pretty_print_la_LIBADD = $(COMMONLIBS) $(LIBXML_LIBS)

0 comments on commit d08dd50

Please sign in to comment.