Changeset 5e28ea in git for xalloc/Makefile.am


Ignore:
Timestamp:
Oct 31, 2012, 5:25:58 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
2466d22f35650631a35553bbc83cde6ce53aeae3
Parents:
8e7e6d4b3592760cab67f6e27218ca2a37c27faa
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-10-31 17:25:58+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-10-31 20:00:08+01:00
Message:
Temporary removed -Winline

TODO: revert this upon starting optimizing inline's
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xalloc/Makefile.am

    r8e7e6d4 r5e28ea  
    2222
    2323libomalloc_la_CFLAGS            = -O3 ${PIPE}
    24 libomalloc_g_la_CFLAGS  = -g -Wextra -Winline -Wall -pedantic -Wno-long-long ${PIPE}
     24libomalloc_g_la_CFLAGS  = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE}
    2525
    2626libomalloc_la_CXXFLAGS  = -O3 ${PIPE}
    27 libomalloc_g_la_CXXFLAGS= -g -Wextra -Winline -Wall -pedantic -Wno-long-long ${PIPE}
     27libomalloc_g_la_CXXFLAGS= -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE}
    2828
    2929libomalloc_la_CPPFLAGS  = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
Note: See TracChangeset for help on using the changeset viewer.