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 7ecf49f commit a2d2274Copy full SHA for a2d2274
makefile
@@ -7,7 +7,7 @@ OBJETOS = $(DIR_OBJ)/main.o \
7
$(DIR_OBJ)/http.o \
8
$(DIR_OBJ)/veridic.o
9
10
-CPPFLAGS = -std=c++20 -lcurl -I$(DIR_INC) -pthread
+CPPFLAGS = -std=c++17 -lcurl -I$(DIR_INC) -pthread
11
COMPILER = g++
12
13
@@ -30,4 +30,4 @@ install:
30
31
apt-get install curl
32
apt-get install openssl -y
33
- apt-get install libcurl4-openssl-dev -y
+ apt-get install libcurl4-openssl-dev -y
0 commit comments