Skip to content

Commit

Permalink
build: default to generic x86-64 instruction set
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Jan 4, 2024
1 parent 89b7f1e commit bf6dd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/config.mk.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ GLSLC_FLAGS=--target-env vulkan1.2
# GLSLC_FLAGS=--target-env=vulkan1.2

# optimised flags, you may want to use -march=x86-64 for distro builds:
OPT_CFLAGS=-Wall -pipe -O3 -march=native -DNDEBUG
OPT_CFLAGS=-Wall -pipe -O3 -march=x86-64 -DNDEBUG
OPT_LDFLAGS=-s
AR=ar

Expand Down

0 comments on commit bf6dd57

Please sign in to comment.