Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable additional keys, remove lock files, fix clipboard under WSL, reduce binary size #103

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Sep 11, 2019

  1. Configuration menu
    Copy the full SHA
    a801585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fb2e92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f697668 View commit details
    Browse the repository at this point in the history
  4. Enable some sane optimizations to reduce binary size.

       text	   data	    bss	    dec	    hex	filename
      90503	   2824	 137552	 230879	  385df	sam
      78724	   1464	 137488	 217676	  3524c	sam         -O2 -flto
    
     110939	  17920	  48656	 177515	  2b56b	samterm
      85378	  16856	  48648	 150882	  24d62	samterm     -O2 -flto
    TobiasKarnat committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    b1de226 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    f1e92cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa0e8ef View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Configuration menu
    Copy the full SHA
    bb43652 View commit details
    Browse the repository at this point in the history