- Changed C_OPTIONS from -std=c99 to -std=gnu99 to enable GNU C99 extensions - Reordered linker flags in bin/$(WREN) and test targets: moved -lm before -lpthread and object files before libraries to fix potential linking order issues
- Changed C_OPTIONS from -std=c99 to -std=gnu99 to enable GNU C99 extensions - Reordered linker flags in bin/$(WREN) and test targets: moved -lm before -lpthread and object files before libraries to fix potential linking order issues