Browse Source

optimize by default

master
Martin Dørum 3 years ago
parent
commit
452d55a55e
1 changed files with 1 additions and 1 deletions
  1. 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)

Loading…
Cancel
Save