Commit e5163172 authored by nagayama15's avatar nagayama15

LDFLAGSを修正

parent 50c66647
...@@ -14,7 +14,7 @@ CXXFLAGS := \ ...@@ -14,7 +14,7 @@ CXXFLAGS := \
-fno-rtti -fno-rtti
LDFLAGS := \ LDFLAGS := \
$(shell llvm-config --ldflags) $(shell llvm-config --ldflags --libs --system-libs)
OBJS := ${SRCS:%.cpp=${OBJ_DIR}/%.o} OBJS := ${SRCS:%.cpp=${OBJ_DIR}/%.o}
DEPS := ${OBJS:.o=.d} DEPS := ${OBJS:.o=.d}
......
Markdown is supported
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