Changeset 6a6ae2 in git
- Timestamp:
- Oct 25, 2013, 6:37:00 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 32d8cb4d146c3b9e5d73001109ccb7837d4aae69
- Parents:
- 1ba7d59dde84d122942e10a85da471cf9da64a00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
m4/flags.m4
r1ba7d5 r6a6ae2 80 80 # SING_SHOW_FLAGS([checking flags....]) 81 81 82 FLAGS="-pipe "82 FLAGS="-pipe -fno-common" 83 83 AC_LANG_PUSH([C]) 84 84 AX_APPEND_COMPILE_FLAGS(${FLAGS}, [CFLAGS]) … … 92 92 93 93 if test "x${ENABLE_DEBUG}" == xyes; then 94 DBGFLAGS="-g - O0 -ftrapv -fdiagnostics-show-option -Wall -Wextra"94 DBGFLAGS="-g -ftrapv -fdiagnostics-show-option -Wall -Wextra" 95 95 # -pedantic too strict ??? -Wvla -Wno-long-long ??? 96 96 AC_LANG_PUSH([C])
Note: See TracChangeset
for help on using the changeset viewer.