Revert 0776198486 for Solaris debug
For some reason 0776198486 didn't fail https://rubyci.org/logs/rubyci.s3.amazonaws.com/solaris10-gcc/ruby-master/log/20200503T230004Z.log.html.gz even while it was before 9aa5fe1bf8. Anyway, there's no need to keep the change anymore.
This commit is contained in:
parent
a8d39a051c
commit
39bd1244b4
@ -266,11 +266,7 @@ static char *libruby_pathflag;
|
|||||||
#if defined(__GNUC__) && \
|
#if defined(__GNUC__) && \
|
||||||
(!defined(__clang__) || \
|
(!defined(__clang__) || \
|
||||||
(defined(__clang__) && (defined(__FreeBSD__) || defined(__GLIBC__))))
|
(defined(__clang__) && (defined(__FreeBSD__) || defined(__GLIBC__))))
|
||||||
# ifdef __sun
|
# define GCC_PIC_FLAGS "-Wfatal-errors", "-fPIC", "-shared", "-w", "-pipe",
|
||||||
# define GCC_PIC_FLAGS "-Winvalid-pch", "-fPIC", "-shared", "-w", "-pipe",
|
|
||||||
# else
|
|
||||||
# define GCC_PIC_FLAGS "-Wfatal-errors", "-fPIC", "-shared", "-w", "-pipe",
|
|
||||||
# endif
|
|
||||||
# define MJIT_CFLAGS_PIPE 1
|
# define MJIT_CFLAGS_PIPE 1
|
||||||
#else
|
#else
|
||||||
# define GCC_PIC_FLAGS /* empty */
|
# define GCC_PIC_FLAGS /* empty */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user