Changeset 5df241b in dotfiles
- Timestamp:
- Apr 20, 2022, 1:52:47 AM (3 years ago)
- Branches:
- master
- Children:
- df67010
- Parents:
- 27aac88
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/.guix-packages/emacs.scm
r27aac88 r5df241b 103 103 ;; "--with-libxft" 104 104 ;; "--with-xdbe=no" 105 "CFLAGS=-O3 -g - march=core2 -mtune=core2 -fcommon" ;; -pipe105 "CFLAGS=-O3 -g -fcommon -pipe" 106 106 )))) 107 107 (inputs … … 126 126 (arguments 127 127 (substitute-keyword-arguments 128 (package-arguments emacs-28) 128 (package-arguments emacs-28) 129 ((#:make-flags flags ''()) 130 `(cons* "NATIVE_FULL_AOT=1" ,flags)) 129 131 ((#:configure-flags flags ''()) 130 132 `(cons* "--with-native-compilation" 131 "NATIVE_FULL_AOT=1" 132 "CFLAGS=-O3 -g -fcommon -march=core2 -mtune=core2 -fcommon -pipe" 133 "CFLAGS=-O3 -g -fcommon -fcommon -pipe" 133 134 ,flags)) 134 135 ((#:phases phases ''())
Note:
See TracChangeset
for help on using the changeset viewer.