Changeset 5e49e47 for tools/Makefile.in


Ignore:
Timestamp:
Jan 15, 2019, 3:37:36 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
d0c91a6
Parents:
3b6a87c
Message:

Fix code rot in benchmark (not jenkins)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Makefile.in

    r3b6a87c r5e49e47  
    305305top_srcdir = @top_srcdir@
    306306AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
    307 AM_CFLAGS = -Wall -Wextra -O2 -g
     307AM_CFLAGS = -Wall -Wextra -O2 -g -std=c11
    308308busy_SOURCES = busy.c
    309309busy_LDFLAGS = -pthread
Note: See TracChangeset for help on using the changeset viewer.