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 028b4b2 commit 365b5a3Copy full SHA for 365b5a3
src/backend/jit/llvm/Makefile
@@ -37,7 +37,7 @@ SHLIB_LINK += $(LLVM_LIBS)
37
# Because this module includes C++ files, we need to use a C++
38
# compiler for linking. Makefile.shlib uses $(COMPILER) to build
39
# loadable modules.
40
-override COMPILER = $(CXX) $(CFLAGS)
+override COMPILER = $(CXX) $(CXXFLAGS)
41
42
OBJS = \
43
$(WIN32RES)
0 commit comments