Browse Source

build: remove -fpermissive from non-VS builds

Now that the warnings have been fixed, we no longer need -fpermissive to
compile CppParser with gcc.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@iki.fi>
pull/262/head
Tomi Valkeinen 11 years ago
parent
commit
5becf8cd9f
  1. 1
      build/LLVM.lua

1
build/LLVM.lua

@ -32,7 +32,6 @@ function SetupLLVMLibs() @@ -32,7 +32,6 @@ function SetupLLVMLibs()
libdirs { path.join(LLVMBuildDir, "RelWithDebInfo/lib") }
configuration "not vs*"
buildoptions { "-fpermissive" }
defines { "__STDC_CONSTANT_MACROS", "__STDC_LIMIT_MACROS" }
configuration "macosx"

Loading…
Cancel
Save