We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63011a commit ebf2390Copy full SHA for ebf2390
5 files changed
…oating_point/float64_sqrtl/autotest.json …loating_point/float64_sqrt/autotest.jsontest/floating_point/float64_sqrtl/autotest.json renamed to test/floating_point/float64_sqrt/autotest.json
…st/floating_point/float64_sqrtl/makefile test/floating_point/float64_sqrt/makefiletest/floating_point/float64_sqrtl/makefile renamed to test/floating_point/float64_sqrt/makefile
@@ -7,8 +7,8 @@ ICON = icon.png
7
DESCRIPTION = "CE C Toolchain Demo"
8
COMPRESSED = NO
9
10
-CFLAGS = -Wall -Wextra -Wshadow -Wimplicit-float-conversion -Wimplicit-int-float-conversion -Oz
11
-CXXFLAGS = -Wall -Wextra -Wshadow -Wimplicit-float-conversion -Wimplicit-int-float-conversion -std=c++20 -Oz
+CFLAGS = -Wall -Wextra -Wshadow -Wfloat-conversion -Wimplicit-float-conversion -Wimplicit-int-float-conversion -Oz -std=c11
+CXXFLAGS = -Wall -Wextra -Wshadow -Wfloat-conversion -Wimplicit-float-conversion -Wimplicit-int-float-conversion -Oz -std=c++11
12
13
HAS_MATH_ERRNO = YES
14
PREFER_OS_LIBC = NO
0 commit comments