mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
build: fix copypasta in OpenBSD C{XX} flags
This commit is contained in:
parent
8435d7f11a
commit
28f17c1a6d
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
openbsd_CFLAGS=-pipe
|
openbsd_CFLAGS=-pipe
|
||||||
openbsd_CFLAGS_CXXFLAGS=$(openbsd_CFLAGS)
|
openbsd_CXXFLAGS=$(openbsd_CFLAGS)
|
||||||
|
|
||||||
openbsd_CFLAGS_release_CFLAGS=-O2
|
openbsd_release_CFLAGS=-O2
|
||||||
openbsd_CFLAGS_release_CXXFLAGS=$(openbsd_release_CFLAGS)
|
openbsd_release_CXXFLAGS=$(openbsd_release_CFLAGS)
|
||||||
|
|
||||||
openbsd_CFLAGS_debug_CFLAGS=-O1
|
openbsd_debug_CFLAGS=-O1
|
||||||
openbsd_CFLAGS_debug_CXXFLAGS=$(openbsd_debug_CFLAGS)
|
openbsd_debug_CXXFLAGS=$(openbsd_debug_CFLAGS)
|
||||||
|
|
||||||
ifeq (86,$(findstring 86,$(build_arch)))
|
ifeq (86,$(findstring 86,$(build_arch)))
|
||||||
i686_openbsd_CC=clang -m32
|
i686_openbsd_CC=clang -m32
|
||||||
|
|
Loading…
Add table
Reference in a new issue