Skip to content
Commit 4238eb66 authored by Ting-Wei Lan's avatar Ting-Wei Lan Committed by Georges Basile Stavracas Neto
Browse files

eds: clang does not support -u compiler option

It seems gcc simply passes the -u option to the linker, so this commit
replaces the compiler option with the linker option, which fix the build
or runtime problem when compiling with clang. To keep consistent with
existing LDFLAGS, the long option is used instead of the short option.

https://bugzilla.gnome.org/show_bug.cgi?id=760847
parent baec6649
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment