Ignore:
Timestamp:
Jul 31, 2020, 3:43:22 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
e660761
Parents:
920dca3
Message:

Added make variable to allow timing CFA compilation.
Usage : make T=1 [Other options...]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure.ac

    r920dca3 r3ac8b9f  
    105105AM_CONDITIONAL([BUILDLIB], [test "x${CONFIG_BUILDLIB}" = "xyes"])
    106106
     107AM_T='$(T)'
     108AC_SUBST(AM_T)
     109
    107110#==============================================================================
    108111#Trasforming cc1 will break compilation
Note: See TracChangeset for help on using the changeset viewer.