Skip to content

Commit 7115888

Browse files
committed
make -O2 the default
1 parent 998673e commit 7115888

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ insert_final_newline = false
55
trim_trailing_whitespace = true
66
charset = utf-8
77

8-
[*.{nix,md,MD,sh}]
8+
[*.{nix,md,MD,sh,yml}]
99
insert_final_newline = true
1010
end_of_line = lf
1111
indent_style = space

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
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

rebuild_PC/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)