Skip to content

Commit 3ad5a17

Browse files
committed
build: normalize generated cxx flags
1 parent 9eab39c commit 3ad5a17

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

configure.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,6 +1679,8 @@ def dynamic_linker_option():
16791679
if os.environ.get('NIX_CC'):
16801680
user_cflags += ' -DFMT_USE_CONSTEVAL=0'
16811681

1682+
user_cflags = user_cflags.strip()
1683+
16821684
for mode in modes:
16831685
# Those flags are passed not only to Scylla objects, but also to libraries
16841686
# that we compile ourselves.

0 commit comments

Comments
 (0)