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.
2 parents 7ba7c3f + f80ed1c commit b5a5d50Copy full SHA for b5a5d50
ee/Rules.make
@@ -125,5 +125,5 @@ $(EE_LIB): $(EE_LIB)_tmp$(MAKE_CURPID)
125
126
$(EE_LIB:%.a=%.erl): $(EE_OBJS)
127
$(DIR_GUARD)
128
- $(EE_CC) -nostdlib $(EE_NO_CRT) -Wl,-r -Wl,-d -o $(EE_LIB:%.a=%.erl) $(EE_OBJS)
+ $(EE_CC) -nostdlib $(EE_NO_CRT) -flinker-output=nolto-rel -Wl,-r -Wl,-d -o $(EE_LIB:%.a=%.erl) $(EE_OBJS)
129
$(EE_STRIP) --strip-unneeded -R .mdebug.eabi64 -R .reginfo -R .comment $(EE_LIB:%.a=%.erl)
0 commit comments