diff options
-rw-r--r-- | pymake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pymake.conf b/pymake.conf index de7b48f..8880f9c 100644 --- a/pymake.conf +++ b/pymake.conf | |||
@@ -37,7 +37,7 @@ OUTPUT: libbu++.a | |||
37 | [TRIGGER] | 37 | [TRIGGER] |
38 | INPUT: .cpp #take input of *.cpp files | 38 | INPUT: .cpp #take input of *.cpp files |
39 | OUTPUT: .o #output .o files | 39 | OUTPUT: .o #output .o files |
40 | COMMAND: g++ -c {INPUT} {CXXFLAGS} -I{DIR} -o {OUTPUT} | 40 | COMMAND: g++ -fPIC -c {INPUT} {CXXFLAGS} -I{DIR} -o {OUTPUT} |
41 | CHECK: g++ -M {INPUT} {CXXFLAGS} -I{DIR} | 41 | CHECK: g++ -M {INPUT} {CXXFLAGS} -I{DIR} |
42 | 42 | ||
43 | ### Executable command ### | 43 | ### Executable command ### |