Changeset dd9e1ca


Ignore:
Timestamp:
Feb 24, 2020, 4:23:56 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
3c64c668, 3d5701e, a254fa56, aeb5d0d
Parents:
ce9338c
Message:

Reverted to nodebug for benchmarks

Location:
benchmark
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.am

    rce9338c rdd9e1ca  
    2222
    2323AM_CFLAGS = -O2 -Wall -Wextra -I$(srcdir) -lrt -pthread # -Werror
    24 AM_CFAFLAGS = -quiet -debug
    25 AM_UPPFLAGS = -quiet -debug -multi -std=c++14
     24AM_CFAFLAGS = -quiet -nodebug
     25AM_UPPFLAGS = -quiet -nodebug -multi -std=c++14
    2626
    2727BENCH_V_CC = $(__bench_v_CC_$(__quiet))
  • benchmark/Makefile.in

    rce9338c rdd9e1ca  
    387387# applies to both programs
    388388AM_CFLAGS = -O2 -Wall -Wextra -I$(srcdir) -lrt -pthread # -Werror
    389 AM_CFAFLAGS = -quiet -debug
    390 AM_UPPFLAGS = -quiet -debug -multi -std=c++14
     389AM_CFAFLAGS = -quiet -nodebug
     390AM_UPPFLAGS = -quiet -nodebug -multi -std=c++14
    391391BENCH_V_CC = $(__bench_v_CC_$(__quiet))
    392392BENCH_V_CFA = $(__bench_v_CFA_$(__quiet))
Note: See TracChangeset for help on using the changeset viewer.