Skip to content

Instantly share code, notes, and snippets.

View AndreiSva's full-sized avatar
🎯
Focusing

Andrei AndreiSva

🎯
Focusing
View GitHub Profile
@AndreiSva
AndreiSva / .mozconfig
Created July 31, 2021 23:52
the default mozconfig file for compiling palemoon from source
# Clear this if not a 64bit build
_BUILD_64=1
# Set GTK Version to 2 or 3
_GTK_VERSION=2
# Standard build options for Pale Moon
ac_add_options --enable-application=palemoon
ac_add_options --enable-optimize="-O2 -w"
ac_add_options --enable-default-toolkit=cairo-gtk$_GTK_VERSION