mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 16:57:38 +01:00
3 lines
128 B
Plaintext
3 lines
128 B
Plaintext
|
# When using glibc 2 on Linux we must always use vtable thunks.
|
||
|
CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -fvtable-thunks -D_GNU_SOURCE
|