FreeBSD Port: www/chromium

George Liaskos geo.liaskos at gmail.com
Fri Jul 19 18:42:47 UTC 2013


Thanks Evan but this is not the case, clang flag is set.

clang++ '-D_FILE_OFFSET_BITS=64' '-DNO_TCMALLOC' '-DDISABLE_NACL'
'-DCHROMIUM_BUILD' '-DUSE_DEFAULT_RENDER_THEME=1' '-DUSE_LIBJPEG_TURBO=1'
'-DUSE_NSS=1' '-DUSE_X11=1' '-DENABLE_ONE_CLICK_SIGNIN'
'-DGTK_DISABLE_SINGLE_INCLUDES=1' '-DENABLE_REMOTING=1' '-DENABLE_WEBRTC=1'
'-DUSE_PROPRIETARY_CODECS' '-DENABLE_CONFIGURATION_POLICY'
'-DENABLE_INPUT_SPEECH' '-DENABLE_NOTIFICATIONS' '-DENABLE_GPU=1'
'-DENABLE_EGLIMAGE=1' '-DENABLE_TASK_MANAGER=1' '-DENABLE_EXTENSIONS=1'
'-DENABLE_PLUGIN_INSTALLATION=1' '-DENABLE_PLUGINS=1'
'-DENABLE_SESSION_SERVICE=1' '-DENABLE_THEMES=1' '-DENABLE_BACKGROUND=1'
'-DENABLE_AUTOMATION=1' '-DENABLE_GOOGLE_NOW=1'
'-DENABLE_LANGUAGE_DETECTION=1' '-DENABLE_PRINTING=1'
'-DENABLE_CAPTIVE_PORTAL_DETECTION=1' '-DENABLE_MANAGED_USERS=1'
'-DENABLE_DEBUGGER_SUPPORT' '-DV8_TARGET_ARCH_X64' '-DNDEBUG' '-DNVALGRIND'
'-DDYNAMIC_ANNOTATIONS_ENABLED=0' -Iv8/src  -fstack-protector
--param=ssp-buffer-size=4 -Werror -pthread -fno-exceptions
-fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers
-fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts
-Wno-unused-function -Wno-covered-switch-default -Wstring-conversion
-Wno-c++11-narrowing -Wno-reserved-user-defined-literal
-I/usr/local/include -Wno-format -fdata-sections -ffunction-sections
-fdata-sections -ffunction-sections -O3 -fno-rtti -fno-threadsafe-statics
-fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated -MMD -MF
out/Release/.deps/out/Release/obj.target/v8_base.x64/v8/src/v8threads.o.d.raw
-O2 -pipe -march=core2 -Wno-error -fno-stack-protector -fno-strict-aliasing
-c -o out/Release/obj.target/v8_base.x64/v8/src/v8threads.o
v8/src/v8threads.cc
v8/src/stub-cache.cc:1479:33: error: reinterpret_cast from 'nullptr_t' to
'char *' is not allowed
      : GetCodeWithFlags(flags, reinterpret_cast<char*>(NULL));
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~


More information about the freebsd-chromium mailing list