projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d68d75c
)
Workaround for a gcc 6.2.1 bug causing boost-related build issues.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Fri, 4 Nov 2016 22:46:08 +0000
(23:46 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Fri, 4 Nov 2016 22:46:08 +0000
(23:46 +0100)
Patch provided by Aurélien Jacobs, thanks a lot!
This fixes bug #863.
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index d84f0427d6eabb7d6f183fb85272a623e103405f..e101f96a8255ca5beaf2d1997cf0dc3e886b3a2a 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-396,6
+396,7
@@
add_definitions(${QT_DEFINITIONS} -DQT_NO_KEYWORDS)
add_definitions(-D__STDC_LIMIT_MACROS)
add_definitions(-Wall -Wextra)
add_definitions(-std=c++11)
+add_definitions(-fext-numeric-literals)
if(ENABLE_DECODE)
add_definitions(-DENABLE_DECODE)