10BC0
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796a3f3 commit fa8e42dCopy full SHA for fa8e42d
src/makefiles/Makefile.darwin
@@ -13,6 +13,6 @@ endif
13
# Rule for building shared libs (currently used only for regression test
14
# shlib ... should go away, since this is not really enough knowledge)
15
%.so: %.o
16
- $(CC) -bundle -o $@ $< $(BE_DLLLIBS)
+ $(CC) $(CFLAGS) -bundle -o $@ $< $(BE_DLLLIBS)
17
18
sqlmansect = 7
0 commit comments