diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/mt-linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mt-linux b/config/mt-linux index bbd9792..e3f15ea 100644 --- a/config/mt-linux +++ b/config/mt-linux @@ -1,2 +1,2 @@ # When using glibc 2 on Linux we must always use vtable thunks. - CXXFLAGS=-O2 -g -fvtable-thunks +CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -fvtable-thunks |