summarylogtreecommitdiffstats
path: root/sandbox-linux-build.patch
blob: 51f4be046f5dc4f81e81ad4c6ec9ab81351945ae (plain)
1
2
3
4
5
6
7
8
9
10
11
--- sandbox/linux/BUILD.gn.orig 2017-04-25 02:44:30.018952498 +0000
+++ sandbox/linux/BUILD.gn      2017-04-25 02:45:03.731526441 +0000
@@ -278,7 +278,7 @@
 
     cflags = [
       # For ULLONG_MAX
-      "-std=gnu99 -fPIE",
+      "-std=gnu99", "-fPIE",
 
       # These files have a suspicious comparison.
       # TODO fix this and re-enable this warning.