1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00
mini_racer/ext/mini_racer_loader
Sam Saffron 1bd82a9884
use CXXFLAGS for C++ compiler
A common mistake, the "CPP" in "CPPFLAGS" is for "C pre-processor"
and most of these options are intended for the (C++) compiler,
not the preprocessor.
2021-12-30 11:38:48 +11:00
..
extconf.rb use CXXFLAGS for C++ compiler 2021-12-30 11:38:48 +11:00
mini_racer_loader.c FEATURE: Isolate v8 symbols (#179) 2020-10-09 11:37:25 +11:00