Skip to content

Commit b0b4037

Browse files
committed
[automated] Updating /docs due to commit af0f395
Full commit hash is af0f395 DOCS_ALLOW_DIRECT_EDITS
1 parent af0f395 commit b0b4037

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/dup/filamat.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ <h3 id="linux"><a class="header" href="#linux">Linux</a></h3>
237237
$(CC) -Llib/x86_64/ -stdlib=libc++ main.o $(FILAMENT_LIBS) -lpthread -ldl -o main
238238

239239
main.o: main.cpp
240-
$(CC) -Iinclude/ -std=c++17 -stdlib=libc++ -pthread -c main.cpp
240+
$(CC) -Iinclude/ -std=c++20 -stdlib=libc++ -pthread -c main.cpp
241241

242242
clean:
243243
rm -f main main.o
@@ -252,7 +252,7 @@ <h3 id="macos"><a class="header" href="#macos">macOS</a></h3>
252252
$(CC) -Llib/x86_64/ main.o $(FILAMENT_LIBS) -o main
253253

254254
main.o: main.cpp
255-
$(CC) -Iinclude/ -std=c++17 -c main.cpp
255+
$(CC) -Iinclude/ -std=c++20 -c main.cpp
256256

257257
clean:
258258
rm -f main main.o
@@ -274,7 +274,7 @@ <h3 id="windows"><a class="header" href="#windows">Windows</a></h3>
274274
$(CC) main.obj $(FILAMENT_LIBS) gdi32.lib user32.lib opengl32.lib
275275

276276
main.obj: main.cpp
277-
$(CC) /MT /Iinclude/ /std:c++17 /c main.cpp
277+
$(CC) /MT /Iinclude/ /std:c++20 /c main.cpp
278278

279279
clean:
280280
del main.exe main.obj

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)