diff options
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ export LANGUAGE=en export LC_ALL=en_US.UTF-8 export EDITOR=vim -export GDK_BACKEND=wayland +# Try wayland for GTK apps first, allow x11 fallback +export GDK_BACKEND=wayland,x11 export MAKEFLAGS=-j`lscpu | grep '^CPU(s):' | awk -F' ' '{ print $2 }'` export CFLAGS="-O2 -pipe -march=native" |
