mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-02 23:42:33 +02:00
build: fix copypasta in OpenBSD C{XX} flags
This commit is contained in:
parent
8435d7f11a
commit
28f17c1a6d
@ -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…
Reference in New Issue
Block a user