[Objc-discuss] Portable Object Compiler - objc 3.3.48
Smalltalk 80 extensions for C programs
Brought to you by:
stes
From: <st...@te...> - 2025-01-18 11:31:11
|
Hi, I've updated the Portable Object Compiler 3.3.48: https://sourceforge.net/projects/objc/ I tested a build with assertions enabled and -g debug info: ./configure MFLAGS=DBG_MFLAGS This will build with objc -q -c ordcltn.m -DDEBUG -g objc -q -c set.m -DDEBUG -g objc -q -c stack.m -DDEBUG -g and so on. There's many assert() statements in the source code that are enabled by -DDEBUG. The default is to build with MFLAGS=OPT_MFLAGS (optimizer flags). Regards, |