Commit e2219b38 authored by nagayama15's avatar nagayama15

コンパイラフラグとリンカフラグの修正

parent cc7ad5c7
......@@ -9,11 +9,11 @@ CXXFLAGS := \
-pedantic \
-Werror \
${LLVM_INCLUDE_DIRS:%=-I%} \
-fPIC
-fPIC \
-fno-rtti
LDFLAGS := \
$(shell llvm-config --ldflags) \
$(shell llvm-config --libs)
$(shell llvm-config --ldflags)
.PHONY: all test example clean
......
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