Skip to content

Commit

Permalink
Set -stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanel committed Feb 3, 2025
1 parent b140f56 commit 4546ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ratemon/runtime/c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RM_IFACE ?= eno4
RM_CGROUP ?= /test_cg

CXX := clang++
CXXFLAGS := -g -std=c++23 -Wall -Wextra
CXXFLAGS := -g -stdlib=libstdc++ -std=c++23 -Wall -Wextra
SRC_DIR := $(abspath ../../../../)
BOOST_INCLUDE := $(SRC_DIR)/boost_1_87_0/
BOOST_LIB := $(SRC_DIR)/boost_1_87_0/stage/lib
Expand Down

0 comments on commit 4546ac6

Please sign in to comment.