Disable align in makefile
This commit is contained in:
parent
be3d902be5
commit
8f41b0873d
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
CC = gcc
|
||||
CFLAGS = -Wall -O2
|
||||
|
||||
CFLAGS += -DFREELIST_NOALIGN
|
||||
|
||||
TARGET = main.elf
|
||||
SRC = main.c freelist.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue