Commit e2219b38 authored by nagayama15's avatar nagayama15

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

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