-
Just curious... |
Beta Was this translation helpful? Give feedback.
Answered by
otto-link
Feb 8, 2024
Replies: 2 comments 9 replies
-
I mean its compiling, but like it takes long... |
Beta Was this translation helpful? Give feedback.
0 replies
-
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
Side effect: you won't be able to load/save your node network in the GUI. |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
otto-link
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:Side effect: you won't be able to load/save your node network in the GUI.