diff --git a/flake.nix b/flake.nix index 49f0e2b..8ab2507 100755 --- a/flake.nix +++ b/flake.nix @@ -192,6 +192,7 @@ include/utils/App/App.cpp \ -fpic -shared \ -I src -I include -I . \ + -DPRINT_STATIC \ -Wall \ -o $name ''; diff --git a/modules/Print/src/Print.cpp b/modules/Print/src/Print.cpp index 057a316..509bf89 100644 --- a/modules/Print/src/Print.cpp +++ b/modules/Print/src/Print.cpp @@ -1,4 +1,3 @@ -#define PRINT_STATIC #include "Print.h" Print::Print(void* h, Archimedes::App* a) : Archimedes::Module(h, a) {