Changeset 5fb070d in mainline


Ignore:
Timestamp:
2018-07-05T21:41:17Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5abc7fd
Parents:
8ac215d
git-author:
Jaroslav Jindrak <dzejrou@…> (2017-10-13 17:55:45)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:17)
Message:

cpp: changed the current standard to C++17, this should be added to config later

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r8ac215d r5fb070d  
    241241        -finput-charset=UTF-8 -ffreestanding -fno-builtin -ffunction-sections \
    242242        -nostdlib -nostdinc -Wall -Wextra -Wno-clobbered -Wno-unused-parameter \
    243         -std=c++11 -Werror-implicit-function-declaration \
     243        -std=c++17 -Werror-implicit-function-declaration \
    244244        -Wwrite-strings -pipe -ggdb -D__$(ENDIANESS)__
    245245
Note: See TracChangeset for help on using the changeset viewer.