Skip to content

Change the serialization lib to improve compiling performances #104

Closed Answered by otto-link
PatchByte asked this question in Q&A
Discussion options

You must be logged in to vote

Indeed, it's probably due to the serialization library I'm using (https://github.com/USCiLab/cereal). You can comment out this line of the CMakeLists.txt to accelerate things:

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DUSE_CEREAL")

Side effect: you won't be able to load/save your node network in the GUI.

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@PatchByte
Comment options

@otto-link
Comment options

@PatchByte
Comment options

@otto-link
Comment options

@PatchByte
Comment options

Answer selected by otto-link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #103 on February 08, 2024 16:03.