Avoid two cores selecting the same process to run
This commit is contained in:
parent
67702cf706
commit
da51735980
5 changed files with 53 additions and 30 deletions
2
Makefile
2
Makefile
|
|
@ -54,7 +54,7 @@ OBJCOPY = $(TOOLPREFIX)objcopy
|
|||
OBJDUMP = $(TOOLPREFIX)objdump
|
||||
|
||||
# CFLAGS = -fno-pic -static -fno-builtin -fno-strict-aliasing -Wall -MD -ggdb -Werror -fno-omit-frame-pointer -O
|
||||
CFLAGS = -Wall -Werror -O -fno-omit-frame-pointer -ggdb
|
||||
CFLAGS = -Wall -Werror -O0 -fno-omit-frame-pointer -ggdb
|
||||
CFLAGS += -mcmodel=medany
|
||||
CFLAGS += -ffreestanding -fno-common -nostdlib -mno-relax
|
||||
CFLAGS += -I.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue