Skip to content

Commit 530c239

Browse files
committed
build: clean up architecture flags and remove ineffective ECMULT definitions
1 parent 166d37a commit 530c239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ target_include_directories(mpt-crypto PUBLIC include)
3636

3737
# --- Set Compile Definitions ---
3838
# Pass the architecture flags (MPT_ARCH_DEFS) to the compiler
39-
target_compile_definitions(mpt-crypto PRIVATE ECMULT_WINDOW_SIZE=15 ECMULT_GEN_PREC_BITS=4 PUBLIC ${MPT_ARCH_DEFS})
39+
target_compile_definitions(mpt-crypto PUBLIC ${MPT_ARCH_DEFS})
4040

4141
# --- Link Dependencies ---
4242
target_link_libraries(mpt-crypto PUBLIC secp256k1::secp256k1 PUBLIC OpenSSL::Crypto)

0 commit comments

Comments
 (0)