Compare commits
1 Commits
f9988beb88
...
fe61f0dd20
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe61f0dd20 |
2
Makefile
2
Makefile
@@ -20,7 +20,7 @@ firecgi.o: $(objects) firebuf/firebuf.o fireusage/fireusage.o
|
||||
gold -z relro -z now -r --output=$@ $+
|
||||
|
||||
firecgi.so: $(objects) firebuf/firebuf.o fireusage/fireusage.o
|
||||
$(FIRE_CXX) $(FIRE_CXXFLAGS) $(FIRE_LDFLAGS) -shared -o $@ $+ $(FIRE_LDFLIBS)
|
||||
$(FIRE_CXX) $(FIRE_CXXFLAGS) $(FIRE_LDFLAGS) -shared -o $@ $+ $(FIRE_LDLIBS)
|
||||
|
||||
example_simple: example_simple.o firecgi.o
|
||||
$(FIRE_CXX) $(FIRE_CXXFLAGS) $(FIRE_LDFLAGS) -pie -o $@ $+ $(FIRE_LDLIBS)
|
||||
|
||||
2
firebuf
2
firebuf
Submodule firebuf updated: 858b291f46...109a9be193
Submodule fireusage updated: e03b7da056...37be853a8b
Reference in New Issue
Block a user