aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pymake.conf2
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]
38INPUT: .cpp #take input of *.cpp files 38INPUT: .cpp #take input of *.cpp files
39OUTPUT: .o #output .o files 39OUTPUT: .o #output .o files
40COMMAND: g++ -c {INPUT} {CXXFLAGS} -I{DIR} -o {OUTPUT} 40COMMAND: g++ -fPIC -c {INPUT} {CXXFLAGS} -I{DIR} -o {OUTPUT}
41CHECK: g++ -M {INPUT} {CXXFLAGS} -I{DIR} 41CHECK: g++ -M {INPUT} {CXXFLAGS} -I{DIR}
42 42
43### Executable command ### 43### Executable command ###