Skip to content
Snippets Groups Projects
Commit 44ab0854 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

FLAGS now, not CFLAGS

parent 55a7601a
No related merge requests found
FLAGS = -Wall -Wmissing-declarations -O0 -g -m32 FLAGS = -Wall -Wmissing-declarations -O0 -g -m32
#CFLAGS := $(CFLAGS) -DEB_USE_DYNAMIC # deterministic untill table overflow (default) #FLAGS := $(FLAGS) -DEB_USE_DYNAMIC # deterministic untill table overflow (default)
#CFLAGS := $(CFLAGS) -DEB_USE_STATIC=200 # fully deterministic #FLAGS := $(FLAGS) -DEB_USE_STATIC=200 # fully deterministic
#CFLAGS := $(CFLAGS) -DEB_USE_MALLOC # non-deterministic #FLAGS := $(FLAGS) -DEB_USE_MALLOC # non-deterministic
#CFLAGS := $(CFLAGS) -DDISABLE_SLAVE #FLAGS := $(FLAGS) -DDISABLE_SLAVE
#CFLAGS := $(CFLAGS) -DDISABLE_MASTER #FLAGS := $(FLAGS) -DDISABLE_MASTER
CFLAGS = $(FLAGS) -Wmissing-prototypes CFLAGS = $(FLAGS) -Wmissing-prototypes
CXXFLAGS= $(FLAGS) CXXFLAGS= $(FLAGS)
CC = gcc CC = gcc
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment