Skip to content
Snippets Groups Projects
Commit d1b59ff3 authored by Raymond Toy's avatar Raymond Toy
Browse files

Clean up comment and remove custom COPT setting

Remove the comment about using -O1 for gcc 8.x.  We can now work with
gcc 9.3 and later because we save the FPU state in
alloc_overflow_sse2.  See commit
[8b08b800].
parent 932884a4
No related branches found
No related tags found
No related merge requests found
# -*- Mode: makefile -*-
include Config.x86_common
# gcc 8.1.1 and 8.3.1 (and probably anything after 8.1.1?) won't
# produce a working lisp with -O2. Just use -O1.
COPT = -O2
CFLAGS += $(COPT)
CPPFLAGS += -m32 -D__NO_CTYPE -D_GNU_SOURCE
CFLAGS += -rdynamic -march=pentium4 -mfpmath=sse -mtune=generic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment