Skip to content

Commit 15ff468

Browse files
authored
Remove duplicate secp256k1 compile options (#3849)
1 parent 66e9119 commit 15ff468

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

config.nims

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,6 @@ when not defined(use_system_rocksdb) and not defined(windows):
193193
else:
194194
switch("gcc.linkerexe", "g++")
195195

196-
# This applies per-file compiler flags to C files
197-
# which do not support {.localPassC: "...".}
198-
# Unfortunately this is filename based instead of path-based
199-
# Assumes GCC
200-
201-
put("secp256k1.always", "-fno-lto -fomit-frame-pointer")
202-
203196
# ############################################################
204197
#
205198
# No LTO for crypto

0 commit comments

Comments
 (0)