Skip to content

Commit 1c0577d

Browse files
committed
Disable not working builds.
1 parent 3f6b27a commit 1c0577d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ list(APPEND BASE_OPTIONS
2525
# list(APPEND UNOPTIMIZED "-O0")
2626
# list(APPEND OPTIMIZED "-O3")
2727
list(APPEND HOST "-O3" "-xHost")
28-
list(APPEND OPTIONS "UNOPTIMIZED" "OPTIMIZED" "HOST")
28+
list(APPEND OPTIONS "HOST")
2929

3030
# Add the executables
3131
file(GLOB SRC_FILES src/*.cpp)

0 commit comments

Comments
 (0)