Support c++11 feature 81/141281/3
authorYoungsoo Choi <kenshin.choi@samsung.com>
Sun, 30 Jul 2017 10:57:54 +0000 (10:57 +0000)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Mon, 7 Aug 2017 04:20:41 +0000 (04:20 +0000)
commit04ff51672b66c8948aaa54f9b5bd084416ae0499
treeb865d58380331766b7b53a7ffbbf6b13cc208a74
parent6731b688adc6e481fb89bc07cd71e76adfbf44d9
Support c++11 feature

For electron build, c++11 feature is necessary.
Otherwise, tons of errors occur like below.

>> note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11
>> error: ‘constexpr’ does not name a type

Change-Id: I58307fad59b3d0dfa7ff788797a09564d1337926
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
common.gypi
efl/features.gypi [new file with mode: 0644]