Skip to content

Commit 28f17c1

Browse files
committed
build: fix copypasta in OpenBSD C{XX} flags
1 parent 8435d7f commit 28f17c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

depends/hosts/openbsd.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
openbsd_CFLAGS=-pipe
2-
openbsd_CFLAGS_CXXFLAGS=$(openbsd_CFLAGS)
2+
openbsd_CXXFLAGS=$(openbsd_CFLAGS)
33

4-
openbsd_CFLAGS_release_CFLAGS=-O2
5-
openbsd_CFLAGS_release_CXXFLAGS=$(openbsd_release_CFLAGS)
4+
openbsd_release_CFLAGS=-O2
5+
openbsd_release_CXXFLAGS=$(openbsd_release_CFLAGS)
66

7-
openbsd_CFLAGS_debug_CFLAGS=-O1
8-
openbsd_CFLAGS_debug_CXXFLAGS=$(openbsd_debug_CFLAGS)
7+
openbsd_debug_CFLAGS=-O1
8+
openbsd_debug_CXXFLAGS=$(openbsd_debug_CFLAGS)
99

1010
ifeq (86,$(findstring 86,$(build_arch)))
1111
i686_openbsd_CC=clang -m32

0 commit comments

Comments
 (0)