Changeset fff6150 in git for xalloc/Makefile.am
- Timestamp:
- Sep 10, 2012, 3:09:55 PM (11 years ago)
- Branches:
- (u'spielwiese', '5d369c3cbad1a1bf2d5c856a48fb8a30b51cec3b')
- Children:
- a497a11b6125be1576a34c48429ba326cafa35e2
- Parents:
- 8d341e5425f8b7b26cdf77eec4ee78cbbb121c5c
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-09-10 15:09:55+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-09-10 20:41:20+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xalloc/Makefile.am
r8d341e rfff6150 22 22 23 23 libomalloc_la_CFLAGS = -O3 ${PIPE} 24 libomalloc_g_la_CFLAGS = -g -Wextra -W all -pedantic -Wno-long-long ${PIPE}24 libomalloc_g_la_CFLAGS = -g -Wextra -Winline -Wall -pedantic -Wno-long-long ${PIPE} 25 25 26 26 libomalloc_la_CXXFLAGS = -O3 ${PIPE} 27 libomalloc_g_la_CXXFLAGS= -g -Wextra -W all -pedantic -Wno-long-long ${PIPE}27 libomalloc_g_la_CXXFLAGS= -g -Wextra -Winline -Wall -pedantic -Wno-long-long ${PIPE} 28 28 29 29 libomalloc_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
Note: See TracChangeset
for help on using the changeset viewer.