Changes in libcfa/prelude/Makefile.am [f520c4c:850aff1]
- File:
-
- 1 edited
-
libcfa/prelude/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/prelude/Makefile.am
rf520c4c r850aff1 26 26 27 27 CC = @LOCAL_CFACC@ 28 AM_CFLAGS = -g -Wall -W no-unused-function -fPIC @ARCH_FLAGS@ @CONFIG_CFLAGS@28 AM_CFLAGS = -g -Wall -Werror=return-type -Wno-unused-function -fPIC @ARCH_FLAGS@ @CONFIG_CFLAGS@ 29 29 AM_CFAFLAGS = @CONFIG_CFAFLAGS@ 30 30
Note:
See TracChangeset
for help on using the changeset viewer.