Skip to content

Commit f62e4a6

Browse files
Update gcc-linux.md
1 parent 4d34144 commit f62e4a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Writerside/topics/gcc-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ indicar el path donde estará ubicado el proyecto.
5959
En este ejemplo será `/home/fmeola/pi`
6060

6161
Y en **Language standard** seleccionar
62-
<shortcut>C99</shortcut>
62+
<shortcut>C23</shortcut>
6363

6464
Para crear el proyecto presionar
6565
<shortcut>Create</shortcut>
@@ -110,7 +110,7 @@ del proyecto que definió más arriba)
110110
cmake_minimum_required(VERSION 3.27)
111111
project(pi C)
112112
113-
set(CMAKE_C_FLAGS "-Wall -pedantic -std=c99 -lm -g -fsanitize=address")
113+
set(CMAKE_C_FLAGS "-Wall -pedantic -std=c23 -lm -g -fsanitize=address")
114114
115115
add_executable(pi main.c)
116116
]]>

0 commit comments

Comments
 (0)