Skip to content

Commit

Permalink
Update libvroom_examples makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMilardo committed Jun 17, 2024
1 parent 8372be6 commit d6372b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libvroom_examples/makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CXX ?= g++
CXXFLAGS = -I../src -std=c++20 -Wextra -Wpedantic -Wall -O3
LDLIBS = -L../lib/ -lvroom -lpthread -lssl -lcrypto
CXXFLAGS = -I../src -std=c++20 -Wextra -Wpedantic -Wall -O3 -DBOOST_JSON_STANDALONE -DBOOST_JSON_NO_LIB
LDLIBS = -L../lib/ -lvroom -lpthread -lssl -lcrypto -lboost_json

# Checking for libglpk based on whether the header file is found as
# glpk does not provide a pkg-config setup.
Expand Down

0 comments on commit d6372b2

Please sign in to comment.