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.
1 parent 6472780 commit 02c2b79Copy full SHA for 02c2b79
lisp/Makefile.Linux
@@ -119,8 +119,7 @@ THREADDEP=mthread_posix.c
119
OFLAGS=-O2
120
121
# link-editor's default flags ?-rdynamic
122
-SOFLAGS:= $(LDFLAGS) -shared -Xlinker -build-id
123
-LD=gcc
+SOFLAGS:= $(LDFLAGS) -shared -build-id
124
LDFLAGS:= $(LDFLAGS) -rdynamic -fno-stack-protector -z execstack $(ADD_LDFLAGS)
125
MTCOBJECTS= $(OBJDIR)/mthread.o $(OBJDIR)/mthread_posix.o
126
#MTCOBJECTS= $(OBJDIR)/mthread.o $(OBJDIR)/pthreads.o
0 commit comments