Changeset 3acc863 for driver


Ignore:
Timestamp:
Sep 14, 2022, 4:34:06 PM (20 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
1b65595
Parents:
f8965f4
Message:

Moved to C++17

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/Makefile.am

    rf8965f4 r3acc863  
    1919
    2020# applies to both programs
    21 AM_CXXFLAGS = @HOST_FLAGS@ -Wall -Wextra -Werror=return-type -O2 -g -std=c++14 -I${abs_top_srcdir}/src -I${abs_top_srcdir}/src/include
     21AM_CXXFLAGS = @HOST_FLAGS@ -Wall -Wextra -Werror=return-type -O2 -g -std=c++17 -I${abs_top_srcdir}/src -I${abs_top_srcdir}/src/include
    2222
    2323# don't install cfa directly
Note: See TracChangeset for help on using the changeset viewer.