Append the CFLAGS environment variable to the build flags.
This is going to be used for the DIRECT_IO flag.
This commit is contained in:
3
Rakefile
3
Rakefile
@@ -21,7 +21,8 @@ CCFLAGS = %w(
|
|||||||
-Werror-implicit-function-declaration
|
-Werror-implicit-function-declaration
|
||||||
-Wstrict-prototypes
|
-Wstrict-prototypes
|
||||||
-Wno-missing-field-initializers
|
-Wno-missing-field-initializers
|
||||||
) # Added -Wno-missing-field-initializers to shut GCC up over {0} struct initialisers
|
) + # Added -Wno-missing-field-initializers to shut GCC up over {0} struct initialisers
|
||||||
|
[ENV['CFLAGS']]
|
||||||
LDFLAGS = []
|
LDFLAGS = []
|
||||||
LIBCHECK = "/usr/lib/libcheck.a"
|
LIBCHECK = "/usr/lib/libcheck.a"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user