mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-03 21:23:43 +02:00
Merge branch 'master' of https://github.com/kindhuge/kitty
This commit is contained in:
2
3rdparty/base64/README.md
vendored
2
3rdparty/base64/README.md
vendored
@@ -176,7 +176,7 @@ CC=clang CFLAGS="--target=aarch64-linux-gnu -march=armv8-a" NEON64_CFLAGS=" " ma
|
||||
|
||||
### OpenMP
|
||||
|
||||
To enable OpenMP on GCC you need to build with `-fopenmp`. This can be by setting the the `OPENMP` environment variable to `1`.
|
||||
To enable OpenMP on GCC you need to build with `-fopenmp`. This can be by setting the `OPENMP` environment variable to `1`.
|
||||
|
||||
Example:
|
||||
|
||||
|
||||
2
glfw/null_monitor.c
vendored
2
glfw/null_monitor.c
vendored
@@ -33,7 +33,7 @@
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
// The the sole (fake) video mode of our (sole) fake monitor
|
||||
// The sole (fake) video mode of our (sole) fake monitor
|
||||
//
|
||||
static GLFWvidmode getVideoMode(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user