Changeset 753fb978 for benchmark/io


Ignore:
Timestamp:
Jan 20, 2022, 11:17:45 AM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
6117fc0
Parents:
46bbcaf
Message:

Use O3 instead of O2 for httpforall

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/http/Makefile.am

    r46bbcaf r753fb978  
    2121include $(top_srcdir)/tools/build/cfa.make
    2222
    23 AM_CFLAGS = -O2 -Wall -Wextra -I$(srcdir) -lrt -pthread # -Werror
     23AM_CFLAGS = -O3 -Wall -Wextra -I$(srcdir) -lrt -pthread # -Werror
    2424AM_CFAFLAGS = -quiet -nodebug
    2525AM_LDFLAGS = -quiet -nodebug
Note: See TracChangeset for help on using the changeset viewer.