This website works better with JavaScript.
Home
Explore
Help
Sign In
mort
/
boxberry
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
optimize by default
master
Martin Dørum
5 years ago
parent
b5d5151640
commit
452d55a55e
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
Makefile
+ 1
- 1
Makefile
View File
@@ -8,7 +8,7 @@ HDRS = \
src/toolchain.h
BUILD = build
OBJS = $(patsubst %,$(BUILD)/%.o,$(SRCS))
CFLAGS = -g -Wall -Wextra -Wno-unused-parameter
CFLAGS = -g -
O3 -
Wall -Wextra -Wno-unused-parameter
LDLIBS = -lpthread
$(BUILD)/%.cc.o: %.cc $(HDRS)
Write
Preview
Loading…
Cancel
Save