forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit908e171
committed
meson: llvm: Use llvm-config's --cxxflags when building llvmjit
Otherwise we don't use LLVM's flags when building llvmjit_wrap.cpp andllvmjit_inline.cpp. That can cause compile time failures if the C++ compilerdoesn't default to a new enough C++ standards version and link time failuresdue to ABI influencing flags like -fno-rtti.1 parent4a79fd1 commit908e171
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments
Comments
(0)