Skip to content

meson: Use more portable compiler option -std.

Vinson Lee requested to merge vlee/mesa:fix-meson-std-option into master

GCC and Clang support --std and -std options but Intel C++ Compiler only supports -std.

icpc: command line warning #10159 (closed): invalid argument for option '--std'

Fixes: 8a05d6ff ("driconf: Make the driver's declarations be structs instead of XML.") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports