Changeset 05f4b85 for configure.ac


Ignore:
Timestamp:
Feb 1, 2018, 9:26:34 AM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
cc344be
Parents:
b2b44d8
Message:

Jenkins benchmark can now skipcompilation on demand and pin programs to core 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rb2b44d8 r05f4b85  
    130130AM_CONDITIONAL([BUILD_NO_LIB], [test "x$build_release$build_debug" = "xnono"])
    131131AM_CONDITIONAL([BUILD_CONCURRENCY], [test "x$build_threading" = "xyes"])
     132
     133DOifskipcompile='ifeq ($(skipcompile),yes)
     134else'
     135AC_SUBST([DOifskipcompile])
     136AM_SUBST_NOTMAKE([DOifskipcompile])
     137
     138DOendif='endif'
     139AC_SUBST([DOendif])
     140AM_SUBST_NOTMAKE([DOendif])
    132141
    133142if test "x$prefix" = "xNONE"; then
Note: See TracChangeset for help on using the changeset viewer.