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

No more debugging mode needed

parent e94d4bf3
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@ else
LIBRARY = etherbone.a
endif
FLAGS = -Wall -Wmissing-declarations -O0 -g
FLAGS = -Wall -Wmissing-declarations -O2
#FLAGS := $(FLAGS) -DEB_USE_DYNAMIC # deterministic untill table overflow (default)
#FLAGS := $(FLAGS) -DEB_USE_STATIC=200 # fully deterministic
#FLAGS := $(FLAGS) -DEB_USE_MALLOC # non-deterministic
......
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