-
-
Notifications
You must be signed in to change notification settings - Fork 431
Open
Description
In build systems (like conda-forge), some flags like CXXFLAGS are set as part of the build process to provide consistency across package builds and point to standard locations that may be part of the build system
IIUC it looks like scalene sets its own CXXFLAGS and doesn't pick up these values from the environment
Line 10 in 0ac9a1c
| CXXFLAGS = -std=c++14 -Wall -g -O3 -DNDEBUG -D_REENTRANT=1 -DHL_USE_XXREALLOC=1 -pipe -fno-builtin-malloc -fvisibility=hidden -Wno-unused-result |
Line 6 in 0ac9a1c
| CXXFLAGS = /Ox /DNDEBUG /std:c++14 /Zi |
Would it be possible for scalene to inherit environment variables set outside make and prepend/append to them?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels