File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ insert_final_newline = false
55trim_trailing_whitespace = true
66charset = utf-8
77
8- [* .{nix,md,MD,sh} ]
8+ [* .{nix,md,MD,sh,yml } ]
99insert_final_newline = true
1010end_of_line = lf
1111indent_style = space
Original file line number Diff line number Diff line change 2020 - uses : DeterminateSystems/nix-installer-action@main
2121 - uses : DeterminateSystems/magic-nix-cache-action@main
2222 - name : Build
23- run : nix build -L --no-link --keep-going .#all
23+ run : nix build -L --no-link --keep-going .#all
Original file line number Diff line number Diff line change 11.PHONY : all
22
3- CFLAGS+=-- std =c99 -DUSE_16BY9=1 -O0 \
3+ CFLAGS+=-std =c99 -DUSE_16BY9=1 -O2 \
44 -I./PsyCross/include -I../include \
55 ` ${PKG_CONFIG} --cflags sdl2`
66
You can’t perform that action at this time.
0 commit comments