Open skrah opened 6 years ago
@v0dro I have to use gem install ndtypes --verbose --pre -- --with-cflags="-std=c11" for the build.
gem install ndtypes --verbose --pre -- --with-cflags="-std=c11"
Is it possible to integrate -std=c11 in some configuration file?
-std=c11
Sure. I'll do that.
It can be done in the extconf.rb file by setting up the CFLAGS variable.
extconf.rb
CFLAGS
@v0dro I have to use
gem install ndtypes --verbose --pre -- --with-cflags="-std=c11"
for the build.Is it possible to integrate
-std=c11
in some configuration file?