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

Fix typo

parents 449f8ec1 d1c5289e
Branches issue-85-opt-level-set-in-x86-config
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ include Config.x86_common
# Set the path to your verison of GCC here.
CC = gcc -m32
CFLAGS += -O2
CFLAGS += $(COPT)
CPPFLAGS += -march=pentium4 -mfpmath=sse
UNDEFSYMPATTERN = -Xlinker -u -Xlinker &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment