symmetrica: move CFLAGS into env for structuredAttrs
This commit is contained in:
@@ -29,7 +29,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
# clang warning: passing arguments to '...' without a prototype is deprecated
|
||||
# in all versions of C and is not supported in C23.
|
||||
CFLAGS = "-std=c99 -Wno-deprecated-non-prototype";
|
||||
env.CFLAGS = toString [
|
||||
"-std=c99"
|
||||
"-Wno-deprecated-non-prototype"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user