File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 610610endif
611611
612612test/build_graph : test/build_graph.o $(LIB_DIR ) /libvg.a
613- $(CXX ) $(INCLUDE_FLAGS ) $(CPPFLAGS ) -o test/build_graph $(PRE_LINK_DEPS ) test/build_graph.o $(LD_LIB_DIR_FLAGS ) $(LDFLAGS ) $(LIB_DIR ) /libvg.a $(LD_LIB_FLAGS ) $(START_STATIC ) $(LD_STATIC_LIB_FLAGS ) $(END_STATIC ) $(LD_STATIC_LIB_DEPS ) $(LD_EXE_LIB_FLAGS )
613+ $(CXX ) $(INCLUDE_FLAGS ) $(CPPFLAGS ) $( CXXFLAGS ) -o test/build_graph $(PRE_LINK_DEPS ) test/build_graph.o $(LD_LIB_DIR_FLAGS ) $(LDFLAGS ) $(LIB_DIR ) /libvg.a $(LD_LIB_FLAGS ) $(START_STATIC ) $(LD_STATIC_LIB_FLAGS ) $(END_STATIC ) $(LD_STATIC_LIB_DEPS ) $(LD_EXE_LIB_FLAGS )
614614 # UCSC's HX Antimalware endpoint security thinks test/build_graph is Atomic
615615 # macOS Stealer if the debug symbols are in it. It probably isn't. But we
616616 # need to delete the debug symbols or our binary will get deleted shortly
You can’t perform that action at this time.
0 commit comments