Last active
November 21, 2024 23:00
-
-
Save 3N4N/7ba44cbdde73d8e2f5982de90ae9f20c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/projects/vim/src | |
./configure --prefix=$HOME/.local --with-compiledby="Enan Ajmain<[email protected]>" \ | |
--disable-gui --without-x --disable-arabic --disable-rightleft --disable-terminal --disable-netbeans | |
make CC=cc CFLAGS="-O2 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1" | |
make install |
Author
3N4N
commented
Jun 26, 2023
mingw32-make.exe -f Make_ming.mak GETTEXT= CSCOPE=no TERMINAL=no SOUND=no NETBEANS=no XPM=no GUI=no DEBUG=yes -j2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment