genodelabs / goa

Tool for streamlining the development of Genode applications
GNU Affero General Public License v3.0
19 stars 18 forks source link

Make '-std=gnu++20' configurable #85

Closed ssumpf closed 2 months ago

ssumpf commented 2 months ago

Currently Goa hard codes -std=gnu++20 in flags.tcl. Ported software might require an older C++ standard and not compile. Therefore, it would be nice to make the standard configurable.

ssumpf commented 2 months ago

4d541f9 implements one of the possible solutions.

nfeske commented 2 months ago

That looks sensible to me.

jschlatow commented 2 months ago

Merged to staging