Skip to content

Commit f32029b

Browse files
committed
asda
1 parent 8308e71 commit f32029b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libcufetch/util.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../src/util.cpp

src/libs/toml++/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CXX ?= g++
22
SRC = toml.cpp
33
TARGET = toml.o
4-
CXXFLAGS = -I../../../include/cufetch -fPIE -std=c++20
4+
CXXFLAGS = -I../../../include/cufetch -fPIC -std=c++20
55

66
all: $(TARGET)
77

0 commit comments

Comments
 (0)