-
jim
@seb-harmonik.ar Thx I use ctrl-shift-b for vs code. this launches the build, which for me is with gcc.
-
jim
It's a single .cpp file. I'm learning that the position-independent executable flag is created at compile time. I think I need to know how to compile to a non PIE. Nothing in the source code goes to memory allocation...there's no new or static or anything. I tried using the makefile in pd docs but it apparently ignores my file. Hold on I'll give you the source