Skip to content

Faster cmake compilation (parallel) + removed warnings#66

Merged
filippi merged 5 commits intodevfrom
faster-build
Apr 24, 2025
Merged

Faster cmake compilation (parallel) + removed warnings#66
filippi merged 5 commits intodevfrom
faster-build

Conversation

@antonio-leblanc
Copy link
Copy Markdown
Collaborator

@antonio-leblanc antonio-leblanc commented Apr 23, 2025

faster build

added options to cmake

# 3. Build in parallel on all cores
cmake --build build -- -j"$(nproc)"

removed warnings

added 3 returns here...

	double getWidth(){ return baseLayer->getWidth(); };
	double getHeight(){ return baseLayer->getHeight(); };
	double getDepth(){ return baseLayer->getDepth(); };

Adding badges on readme
linuxCI
macOSCI

@filippi filippi merged commit e61dced into dev Apr 24, 2025
2 checks passed
@antonio-leblanc antonio-leblanc deleted the faster-build branch April 24, 2025 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants