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

add -mtune=generic to get optimization for the most common x86

processors.
parent 87b9cd66
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ CPP_INCLUDE_OPTIONS := -I. -I$(PATH1) -I-
endif
CPPFLAGS := $(CPP_DEFINE_OPTIONS) $(CPP_INCLUDE_OPTIONS)
CFLAGS += -Wstrict-prototypes -Wall -O2 -g
CFLAGS += -Wstrict-prototypes -Wall -O2 -g -mtune=generic
ASFLAGS = -g
ASSEM_SRC = x86-assem.S
......
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