We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-fno-gnu-unique
1 parent 3fa0596 commit 8d21020Copy full SHA for 8d21020
Make.inc
@@ -495,7 +495,7 @@ endif
495
ifeq ($(USEGCC),1)
496
CC := $(CROSS_COMPILE)gcc
497
CXX := $(CROSS_COMPILE)g++
498
-JCFLAGS := -std=gnu11 -pipe $(fPIC) -fno-strict-aliasing -D_FILE_OFFSET_BITS=64
+JCFLAGS := -std=gnu11 -pipe $(fPIC) -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -fno-gnu-unique
499
# AArch64 needs this flag to generate the .eh_frame used by libunwind
500
JCPPFLAGS := -fasynchronous-unwind-tables
501
JCXXFLAGS := -pipe $(fPIC) -fno-rtti -std=c++14
0 commit comments