mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
add the flag "-mtune=native" to support the latest cpu features
This commit is contained in:
parent
a025cc1c4a
commit
148f31fba4
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ STRIP_DEBUG = --strip-debug
|
|||
KEEP_DEBUG = --only-keep-debug
|
||||
OUTPUT_FORMAT = -O elf32-i386
|
||||
|
||||
CFLAGS_FOR_NEWLIB = $(STACKPROT) #-mtune=native
|
||||
CFLAGS_FOR_NEWLIB = $(STACKPROT) -mtune=native
|
||||
LDFLAGS_FOR_NEWLIB =
|
||||
NASMFLAGS_FOR_NEWLIB = -felf64
|
||||
CFLAGS_FOR_TOOLS = -O2 -Wall
|
||||
|
|
Loading…
Add table
Reference in a new issue